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