WmiSmoObject.Urn Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A Urn object value that specifies the WMI object.
Examples
Managing Services and Network Settings by Using WMI Provider