Share via


NewCimInstanceCommand.CimClass Property

 

Gets and sets the CimClass parameter.

Namespace:   Microsoft.Management.Infrastructure.CimCmdlets
Assembly:  Microsoft.Management.Infrastructure.CimCmdlets (in Microsoft.Management.Infrastructure.CimCmdlets.dll)

Syntax

[ParameterAttribute(Mandatory = true, Position = 0, ValueFromPipeline = true, 
    ParameterSetName = "CimClassSessionSet")]
[ParameterAttribute(Mandatory = true, Position = 0, ValueFromPipeline = true, 
    ParameterSetName = "CimClassComputerSet")]
public CimClass CimClass { get; set; }
public:
[ParameterAttribute(Mandatory = true, Position = 0, ValueFromPipeline = true, 
    ParameterSetName = "CimClassSessionSet")]
[ParameterAttribute(Mandatory = true, Position = 0, ValueFromPipeline = true, 
    ParameterSetName = "CimClassComputerSet")]
property CimClass^ CimClass {
    CimClass^ get();
    void set(CimClass^ value);
}
[<ParameterAttribute(Mandatory = true, Position = 0, ValueFromPipeline = true,
    ParameterSetName = "CimClassSessionSet")>]
[<ParameterAttribute(Mandatory = true, Position = 0, ValueFromPipeline = true,
    ParameterSetName = "CimClassComputerSet")>]
member CimClass : CimClass with get, set
<ParameterAttribute(Mandatory := True, Position := 0, ValueFromPipeline := True,
    ParameterSetName := "CimClassSessionSet")>
<ParameterAttribute(Mandatory := True, Position := 0, ValueFromPipeline := True,
    ParameterSetName := "CimClassComputerSet")>
Public Property CimClass As CimClass

Property Value

Type: Microsoft.Management.Infrastructure.CimClass

Returns CimClass.

See Also

NewCimInstanceCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top