Class InvokeQueryIsInstanceOfCmdletCommand
[Cmdlet("Invoke", "QueryIsInstanceOf")]
[OutputType(new Type[] { typeof(QueryExp) })]
public class InvokeQueryIsInstanceOfCmdletCommand : JNetPSCmdlet<JNetPSCore>
- Inheritance
-
InvokeQueryIsInstanceOfCmdletCommand
- Inherited Members
- Extension Methods
Properties
ClassNameValue
[Parameter(Position = 0, Mandatory = true, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The StringValueExp returning the name of the class of which selected MBeans should be instances.")]
public StringValueExp ClassNameValue { get; set; }
Property Value
Methods
ProcessCommand()
protected override void ProcessCommand()