Share via


NamedDomainKey<T>.UrnName Property

Gets the Urn level name corresponding to the instance type which the specified key represents.

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

Syntax

'Declaration
Protected Overridable ReadOnly Property UrnName As String 
    Get
'Usage
Dim value As String 

value = Me.UrnName
protected virtual string UrnName { get; }
protected:
virtual property String^ UrnName {
    String^ get ();
}
abstract UrnName : string 
override UrnName : string
function get UrnName () : String

Property Value

Type: System.String
The Urn level name.

See Also

Reference

NamedDomainKey<T> Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace