WorkflowTransitionExecuteEventArgsToDoPersons Property |
Gets the collection of user names of to-do persons.
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public ReadOnlyCollection<string> ToDoPersons { get; }
Public ReadOnly Property ToDoPersons As ReadOnlyCollection(Of String)
Get
public:
property ReadOnlyCollection<String^>^ ToDoPersons {
ReadOnlyCollection<String^>^ get ();
}
member ToDoPersons : ReadOnlyCollection<string> with get
Property Value
Type:
ReadOnlyCollectionStringSee Also