AddTypeCommand.OutputAssembly Property

Definition

The path to the output assembly.

[System.Management.Automation.Alias(new System.String[] { "OA" })]
[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 string OutputAssembly { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "OA" })>]
[<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.OutputAssembly : string with get, set
Public Property OutputAssembly As String

Property Value

Attributes

Applies to