Share via


NewCimInstanceCommand.Namespace Property

Definition

The following is the definition of the input parameter "Namespace". Namespace used to look for the classes under to store the instances. Default namespace is 'root\cimv2'

public string Namespace { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="ClassNameSessionSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(ParameterSetName="ClassNameComputerSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(ParameterSetName="ResourceUriSessionSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(ParameterSetName="ResourceUriComputerSet", ValueFromPipelineByPropertyName=true)]
public string Namespace { get; set; }
member this.Namespace : string with get, set
[<System.Management.Automation.Parameter(ParameterSetName="ClassNameSessionSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(ParameterSetName="ClassNameComputerSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(ParameterSetName="ResourceUriSessionSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(ParameterSetName="ResourceUriComputerSet", ValueFromPipelineByPropertyName=true)>]
member this.Namespace : string with get, set
Public Property Namespace As String

Property Value

Attributes

Applies to