Table of Contents

Class InvokeQueryMinusCmdletCommand

Namespace
MASES.JNetPS.Cmdlet.JMX
Assembly
MASES.JNetPS.dll
[Cmdlet("Invoke", "QueryMinus")]
[OutputType(new Type[] { typeof(ValueExp) })]
public class InvokeQueryMinusCmdletCommand : JNetPSCmdlet<JNetPSCore>
Inheritance
InvokeQueryMinusCmdletCommand
Inherited Members
Extension Methods

Properties

Value1

[Parameter(Position = 0, Mandatory = true, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The first '-' operand.")]
public ValueExp Value1 { get; set; }

Property Value

ValueExp

Value2

[Parameter(Position = 1, Mandatory = true, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The second '-' operand.")]
public ValueExp Value2 { get; set; }

Property Value

ValueExp

Methods

ProcessCommand()

protected override void ProcessCommand()