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