AssignProjectConfiguration.OutputType Property

Definition

The output type for the project

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ OutputType { System::String ^ get(); void set(System::String ^ value); };
public string OutputType { get; set; }
member this.OutputType : string with get, set
Public Property OutputType As String

Property Value

String

Returns the output type for the project.

Applies to