Namespace:
Aloe.EnterpriseOne.Model.Systems.Workflow
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<RoleUser> Users { get; }
Public ReadOnly Property Users As ChildCollection(Of RoleUser)
Get
public:
property ChildCollection<RoleUser^>^ Users {
ChildCollection<RoleUser^>^ get ();
}
member Users : ChildCollection<RoleUser> with get
Property Value
Type:
ChildCollectionRoleUser
See Also