Table of Contents

Class GetDefaultDomainCmdletCommand

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

Properties

Connector

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

Property Value

JMXConnector

Methods

ProcessCommand()

protected override void ProcessCommand()