WorkflowPersonsAssignEventArgsPersons Property |
Gets the collection of user names of 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> Persons { get; }
Public ReadOnly Property Persons As ReadOnlyCollection(Of String)
Get
public:
property ReadOnlyCollection<String^>^ Persons {
ReadOnlyCollection<String^>^ get ();
}
member Persons : ReadOnlyCollection<string> with get
Property Value
Type:
ReadOnlyCollectionStringSee Also