Condividi tramite


GetCommand.CommandType Property

Definition

Provides access to the CommandType parameter.

public:
 property System::Activities::InArgument<System::Management::Automation::CommandTypes> ^ CommandType { System::Activities::InArgument<System::Management::Automation::CommandTypes> ^ get(); void set(System::Activities::InArgument<System::Management::Automation::CommandTypes> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.Management.Automation.CommandTypes> CommandType { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.CommandType : System.Activities.InArgument<System.Management.Automation.CommandTypes> with get, set
Public Property CommandType As InArgument(Of CommandTypes)

Property Value

Attributes

Applies to