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