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