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