XPathQuery Constructor (String, ComparisonOperator) |
Initializes a new instance of the XPathQuery class
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic XPathQuery(
string attributeName,
ComparisonOperator comparisonOperator
)
Public Sub New (
attributeName As String,
comparisonOperator As ComparisonOperator
)
public:
XPathQuery(
String^ attributeName,
ComparisonOperator comparisonOperator
)
Parameters
- attributeName
- Type: SystemString
The name of the attribute to compare against - comparisonOperator
- Type: Lithnet.ResourceManagement.ClientComparisonOperator
The value comparison operator to use
Remarks
This constructor only supports the use of the ComparisonOperator.IsPresent and ComparisonOperator.NotPresent values
See Also