Namespace:
Aloe.EnterpriseOne.Model.Systems.Workflow
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<Template> Templates { get; }
Public ReadOnly Property Templates As ChildCollection(Of Template)
Get
public:
property ChildCollection<Template^>^ Templates {
ChildCollection<Template^>^ get ();
}
member Templates : ChildCollection<Template> with get
Property Value
Type:
ChildCollectionTemplate
See Also