BCProjectWorkflowStateWorkflowPropertyAssignments Property |
Gets the collection of property assignments.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public BCCollection<BCPropertyAssignment> WorkflowPropertyAssignments { get; }
Public ReadOnly Property WorkflowPropertyAssignments As BCCollection(Of BCPropertyAssignment)
Get
public:
property BCCollection<BCPropertyAssignment^>^ WorkflowPropertyAssignments {
BCCollection<BCPropertyAssignment^>^ get ();
}
member WorkflowPropertyAssignments : BCCollection<BCPropertyAssignment> with get
Property Value
Type:
BCCollectionBCPropertyAssignmentSee Also