WorkflowDefinitionActionMasks Property |
The workflow action masks.
Namespace: Scanjour.Workflow4.HostAssembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic Dictionary<string, int> ActionMasks { get; }
Public ReadOnly Property ActionMasks As Dictionary(Of String, Integer)
Get
public:
property Dictionary<String^, int>^ ActionMasks {
Dictionary<String^, int>^ get ();
}
member ActionMasks : Dictionary<string, int> with get
Property Value
DictionaryString,
Int32
See Also