XPathExpression Constructor (String) |
Initializes a new instance of the XPathExpression class
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic XPathExpression(
string objectType
)
Public Sub New (
objectType As String
)
public:
XPathExpression(
String^ objectType
)
Parameters
- objectType
- Type: SystemString
The type of object to query for
See Also