Udostępnij za pośrednictwem


GetCimClassCommand.Namespace Property

Definition

The following is the definition of the input parameter "Namespace". Specifies the Namespace under which to look for the specified class name. If no class name is specified, the cmdlet should return all classes under the specified Namespace.

Default namespace is root\cimv2

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

Property Value

Attributes

Applies to