Click or drag to resize

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
Syntax
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