XPathQueryGroupQueries Property |
Gets the list of query objects used in the group
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic List<IXPathQueryObject> Queries { get; }
Public ReadOnly Property Queries As List(Of IXPathQueryObject)
Get
public:
property List<IXPathQueryObject^>^ Queries {
List<IXPathQueryObject^>^ get ();
}
Property Value
Type:
ListIXPathQueryObject
See Also