Urn.XPathExpression Property

Gets the XPathExpression object for the Urn. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property XPathExpression As XPathExpression 
    Get
'Usage
Dim instance As Urn 
Dim value As XPathExpression 

value = instance.XPathExpression
public XPathExpression XPathExpression { get; }
public:
property XPathExpression^ XPathExpression {
    XPathExpression^ get ();
}
member XPathExpression : XPathExpression
function get XPathExpression () : XPathExpression

Property Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.XPathExpression
An XPathExpression object.

See Also

Reference

Urn Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace