AccountRequiredProperties Property |
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<AccountRequiredProperty> RequiredProperties { get; }
Public ReadOnly Property RequiredProperties As ChildCollection(Of AccountRequiredProperty)
Get
public:
property ChildCollection<AccountRequiredProperty^>^ RequiredProperties {
ChildCollection<AccountRequiredProperty^>^ get ();
}
member RequiredProperties : ChildCollection<AccountRequiredProperty> with get
Property Value
Type:
ChildCollectionAccountRequiredProperty
See Also