XPathQueryNegate Property |
Gets a value indicating if the condition in this query will be negated with the not() operator
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic bool Negate { get; }
Public ReadOnly Property Negate As Boolean
Get
public:
property bool Negate {
bool get ();
}
Property Value
Type:
Boolean
See Also