GetModuleCommand.CimNamespace 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.
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