WmiSmoObject.Urn Property

Definition

Gets the Uniform Resource Name (URN) address that represents the Windows Management Instrumentation (WMI) object.

public:
 virtual property Microsoft::SqlServer::Management::Sdk::Sfc::Urn ^ Urn { Microsoft::SqlServer::Management::Sdk::Sfc::Urn ^ get(); };
public virtual Microsoft.SqlServer.Management.Sdk.Sfc.Urn Urn { get; }
member this.Urn : Microsoft.SqlServer.Management.Sdk.Sfc.Urn
Public Overridable ReadOnly Property Urn As Urn

Property Value

Urn

A Urn object value that specifies the WMI object.

Examples

Managing Services and Network Settings by Using WMI Provider

Applies to