Class InvokeQueryValueCmdletCommand
- Namespace
- MASES.JNet.PowerShell.Cmdlet.JMX
- Assembly
- MASES.JNetPS.dll
[Cmdlet("Invoke", "QueryValue")]
[OutputType(new Type[] { typeof(ValueExp) })]
public class InvokeQueryValueCmdletCommand : JNetPSCmdlet<JNetPSCore>
- Inheritance
-
InvokeQueryValueCmdletCommand
- Inherited Members
- Extension Methods
Properties
Value
[Parameter(Position = 0, Mandatory = true, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The input to be used to create a ValueExp.")]
public object Value { get; set; }
Property Value
Methods
ProcessCommand()
protected override void ProcessCommand()