Share via


AddType.OutputType Property

Definition

Provides access to the OutputType parameter.

public:
 property System::Activities::InArgument<Microsoft::PowerShell::Commands::OutputAssemblyType> ^ OutputType { System::Activities::InArgument<Microsoft::PowerShell::Commands::OutputAssemblyType> ^ get(); void set(System::Activities::InArgument<Microsoft::PowerShell::Commands::OutputAssemblyType> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<Microsoft.PowerShell.Commands.OutputAssemblyType> OutputType { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.OutputType : System.Activities.InArgument<Microsoft.PowerShell.Commands.OutputAssemblyType> with get, set
Public Property OutputType As InArgument(Of OutputAssemblyType)

Property Value

Attributes

Applies to