CimSystemProperties.Namespace Property

 

Gets the namespace of the CIM object.

Namespace:   Microsoft.Management.Infrastructure
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Syntax

public string Namespace { get; }
public:
property String^ Namespace {
    String^ get();
}
member Namespace : string with get
Public ReadOnly Property Namespace As String

Property Value

Type: System.String

The namespace of the CIM object.

See Also

CimSystemProperties Class
Microsoft.Management.Infrastructure Namespace

Return to top