Table of Contents

Class InvokeQueryValueCmdletCommand

Namespace
MASES.JNetPS.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

object

Methods

ProcessCommand()

protected override void ProcessCommand()