| HookCallInfoHookEventName Property |
Gets or sets the hook info.
Namespace: Atomia.Provisioning.Base.PluginsAssembly: Atomia.Provisioning.Base.Plugins (in Atomia.Provisioning.Base.Plugins.dll) Version: 17.3.6337.16010
Syntaxpublic string HookEventName { get; set; }Public Property HookEventName As String
Get
Set
public:
property String^ HookEventName {
String^ get ();
void set (String^ value);
}member HookEventName : string with get, set
Property Value
Type:
StringThe hook info.
See Also