WorkflowDescriptorWorkflowKey Property |
Gets the workflow key of the workflow (key in the SOM workflow register).
Namespace: Scanjour.Workflow4.HostAssembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic string WorkflowKey { get; }
Public ReadOnly Property WorkflowKey As String
Get
public:
property String^ WorkflowKey {
String^ get ();
}
member WorkflowKey : string with get
Property Value
String
See Also