GetCimClassCommand.Namespace 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.
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