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