NewCimInstanceCommand.CimClass 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 "CimClass". The CimClass is used to create Instance.
public Microsoft.Management.Infrastructure.CimClass CimClass { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="CimClassSessionSet", Position=0, ValueFromPipeline=true)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="CimClassComputerSet", Position=0, ValueFromPipeline=true)]
public Microsoft.Management.Infrastructure.CimClass CimClass { get; set; }
member this.CimClass : Microsoft.Management.Infrastructure.CimClass with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="CimClassSessionSet", Position=0, ValueFromPipeline=true)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="CimClassComputerSet", Position=0, ValueFromPipeline=true)>]
member this.CimClass : Microsoft.Management.Infrastructure.CimClass with get, set
Public Property CimClass As CimClass
Property Value
- Attributes