Share via


Request.Urn Property

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 Property Urn As Urn
    Get
    Set
'Usage
Dim instance As Request
Dim value As Urn

value = instance.Urn

instance.Urn = value
public Urn Urn { get; set; }
public:
property Urn^ Urn {
    Urn^ get ();
    void set (Urn^ value);
}
member Urn : Urn with get, set
function get Urn () : Urn
function set Urn (value : Urn)

Property Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The xpath expression.