SetCimInstanceCommand.Namespace Property

Definition

The following is the definition of the input parameter "Namespace". The Namespace used to look for the Class instances under.

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

Property Value

Attributes

Applies to