Table of Contents

Class InvokeQueryNotCmdletCommand

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

Properties

QueryExp

[Parameter(Position = 0, Mandatory = true, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The constraint to negate.")]
public QueryExp QueryExp { get; set; }

Property Value

QueryExp

Methods

ProcessCommand()

protected override void ProcessCommand()