AddTypeCommand.OutputType 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.
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