EnterpriseCompanyResources Property |
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<Resource> Resources { get; }
Public ReadOnly Property Resources As ChildCollection(Of Resource)
Get
public:
property ChildCollection<Resource^>^ Resources {
ChildCollection<Resource^>^ get ();
}
member Resources : ChildCollection<Resource> with get
Property Value
Type:
ChildCollectionResource
See Also