ProjectTypeWorkTypes Property |
Namespace:
Aloe.EnterpriseOne.Model.Projects
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<TypeWorkType> WorkTypes { get; }
Public ReadOnly Property WorkTypes As ChildCollection(Of TypeWorkType)
Get
public:
property ChildCollection<TypeWorkType^>^ WorkTypes {
ChildCollection<TypeWorkType^>^ get ();
}
member WorkTypes : ChildCollection<TypeWorkType> with get
Property Value
Type:
ChildCollectionTypeWorkType
See Also