CancelWorkflowTransitionExecuteEventArgsToDoPersons 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 IList<string> ToDoPersons { get; }
Public ReadOnly Property ToDoPersons As IList(Of String)
Get
public:
property IList<String^>^ ToDoPersons {
IList<String^>^ get ();
}
member ToDoPersons : IList<string> with get
Property Value
Type:
IListStringSee Also