InvokeCimMethodCommand.ClassName Property

Definition

The following is the definition of the input parameter "ClassName". Specifies the Class Name, on which to invoke static method.

public string ClassName { get; set; }
[System.Management.Automation.Alias(new System.String[] { "Class" })]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ClassNameComputerSet", Position=0, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ClassNameSessionSet", Position=0, ValueFromPipelineByPropertyName=true)]
public string ClassName { get; set; }
member this.ClassName : string with get, set
[<System.Management.Automation.Alias(new System.String[] { "Class" })>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ClassNameComputerSet", Position=0, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ClassNameSessionSet", Position=0, ValueFromPipelineByPropertyName=true)>]
member this.ClassName : string with get, set
Public Property ClassName As String

Property Value

Attributes

Applies to