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