Click or drag to resize
HookCallInfoCancelHookCall Property
Gets or sets a value indicating whether action hook should be called.

Namespace: Atomia.Provisioning.Base.Plugins
Assembly: Atomia.Provisioning.Base.Plugins (in Atomia.Provisioning.Base.Plugins.dll) Version: 17.3.6337.16010
Syntax
public bool CancelHookCall { get; set; }

Property Value

Type: Boolean
true if call of action hook should be called; otherwise, false.
See Also