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