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