ServiceAgreementMaterials Property |
Namespace:
Aloe.EnterpriseOne.Model.Applications.Service
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<ServiceAgreementMaterial> Materials { get; }
Public ReadOnly Property Materials As ChildCollection(Of ServiceAgreementMaterial)
Get
public:
property ChildCollection<ServiceAgreementMaterial^>^ Materials {
ChildCollection<ServiceAgreementMaterial^>^ get ();
}
member Materials : ChildCollection<ServiceAgreementMaterial> with get
Property Value
Type:
ChildCollectionServiceAgreementMaterial
See Also