ProjectTypeRoles Property |
Namespace:
Aloe.EnterpriseOne.Model.Projects
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<TypeRole> Roles { get; }
Public ReadOnly Property Roles As ChildCollection(Of TypeRole)
Get
public:
property ChildCollection<TypeRole^>^ Roles {
ChildCollection<TypeRole^>^ get ();
}
member Roles : ChildCollection<TypeRole> with get
Property Value
Type:
ChildCollectionTypeRole
See Also