| HookCallInfoCancelHookCall Property |
Gets or sets a value indicating whether action hook should be called.
Namespace: Atomia.Provisioning.Base.PluginsAssembly: Atomia.Provisioning.Base.Plugins (in Atomia.Provisioning.Base.Plugins.dll) Version: 17.3.6337.16010
Syntaxpublic bool CancelHookCall { get; set; }Public Property CancelHookCall As Boolean
Get
Set
public:
property bool CancelHookCall {
bool get ();
void set (bool value);
}member CancelHookCall : bool with get, set
Property Value
Type:
Booleantrue if call of action hook should be called; otherwise,
false.
See Also