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