| HookCallInfoService Property |
Gets or sets the service for which will be called action hook.
Namespace: Atomia.Provisioning.Base.PluginsAssembly: Atomia.Provisioning.Base.Plugins (in Atomia.Provisioning.Base.Plugins.dll) Version: 17.3.6337.16010
Syntaxpublic Service Service { get; set; }Public Property Service As Service
Get
Set
public:
property Service^ Service {
Service^ get ();
void set (Service^ value);
}member Service : Service with get, set
Property Value
Type:
ServiceThe service.
See Also