Class InvokeQueryNotCmdletCommand
[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
Methods
ProcessCommand()
protected override void ProcessCommand()