XPathQuery Constructor (String, ComparisonOperator, Object) |
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,
Object value
)
Public Sub New (
attributeName As String,
comparisonOperator As ComparisonOperator,
value As Object
)
public:
XPathQuery(
String^ attributeName,
ComparisonOperator comparisonOperator,
Object^ value
)
Parameters
- attributeName
- Type: SystemString
The name of the attribute to compare against - comparisonOperator
- Type: Lithnet.ResourceManagement.ClientComparisonOperator
The value comparison operator to use - value
- Type: SystemObject
The value to compare against
See Also