ImplicitRemotingCommandBase.CommandType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the type of the command to get.
public:
property System::Management::Automation::CommandTypes CommandType { System::Management::Automation::CommandTypes get(); void set(System::Management::Automation::CommandTypes value); };
public System.Management.Automation.CommandTypes CommandType { get; set; }
[System.Management.Automation.Alias(new System.String[] { "Type" })]
[System.Management.Automation.Parameter]
public System.Management.Automation.CommandTypes CommandType { get; set; }
member this.CommandType : System.Management.Automation.CommandTypes with get, set
[<System.Management.Automation.Alias(new System.String[] { "Type" })>]
[<System.Management.Automation.Parameter>]
member this.CommandType : System.Management.Automation.CommandTypes with get, set
Public Property CommandType As CommandTypes
Property Value
- Attributes