XPathExpressionQuery Property |
Gets or sets the query component for this expression. This may be a XPathQuery or XPathQueryGroup
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic IXPathQueryObject Query { get; set; }
Public Property Query As IXPathQueryObject
Get
Set
public:
property IXPathQueryObject^ Query {
IXPathQueryObject^ get ();
void set (IXPathQueryObject^ value);
}
Property Value
Type:
IXPathQueryObject
See Also