AddTypeCommand.OutputType Property

Definition

The output type of the assembly.

[System.Management.Automation.Alias(new System.String[] { "OT" })]
[System.Management.Automation.Parameter(ParameterSetName="FromLiteralPath")]
[System.Management.Automation.Parameter(ParameterSetName="FromMember")]
[System.Management.Automation.Parameter(ParameterSetName="FromPath")]
[System.Management.Automation.Parameter(ParameterSetName="FromSource")]
public Microsoft.PowerShell.Commands.OutputAssemblyType OutputType { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "OT" })>]
[<System.Management.Automation.Parameter(ParameterSetName="FromLiteralPath")>]
[<System.Management.Automation.Parameter(ParameterSetName="FromMember")>]
[<System.Management.Automation.Parameter(ParameterSetName="FromPath")>]
[<System.Management.Automation.Parameter(ParameterSetName="FromSource")>]
member this.OutputType : Microsoft.PowerShell.Commands.OutputAssemblyType with get, set
Public Property OutputType As OutputAssemblyType

Property Value

Attributes

Applies to