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