WorkflowDefinitionProcessDefinitions Property |
[Missing <summary> documentation for "P:Scanjour.Workflow4.TestFramework.Internal.Packages.Elements.WorkflowDefinition.ProcessDefinitions"]
Namespace: Scanjour.Workflow4.TestFramework.Internal.Packages.ElementsAssembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic ProcessDefinition[] ProcessDefinitions { get; }
Public ReadOnly Property ProcessDefinitions As ProcessDefinition()
Get
public:
property array<ProcessDefinition^>^ ProcessDefinitions {
array<ProcessDefinition^>^ get ();
}
member ProcessDefinitions : ProcessDefinition[] with get
Property Value
ProcessDefinition
See Also