GetModuleCommand.CimNamespace Property

Definition

For interoperability with 3rd party CIM servers, user can specify custom namespace.

public:
 property System::String ^ CimNamespace { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ CimNamespace { Platform::String ^ get(); void set(Platform::String ^ value); };
public string CimNamespace { get; set; }
[System.Management.Automation.Parameter(Mandatory=false, ParameterSetName="CimSession")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string CimNamespace { get; set; }
member this.CimNamespace : string with get, set
[<System.Management.Automation.Parameter(Mandatory=false, ParameterSetName="CimSession")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.CimNamespace : string with get, set
Public Property CimNamespace As String

Property Value

Attributes

Applies to