InvokeCimMethodCommand.ClassName 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 "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