deDefinitionRelations..::..oDefSubDefs Property
The o definition sub defs
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public Dictionary<string, deWorkflowDefinition> oDefSubDefs { get; set; }
Public Property oDefSubDefs As Dictionary(Of String, deWorkflowDefinition) Get Set
public: property Dictionary<String^, deWorkflowDefinition^>^ oDefSubDefs { Dictionary<String^, deWorkflowDefinition^>^ get (); void set (Dictionary<String^, deWorkflowDefinition^>^ value); }