GetCommand.ParameterType Property

Definition

Provides access to the ParameterType parameter.

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

Property Value

Attributes

Applies to