Share via


FileClassifier.OutputType Proprietà

Definizione

Ottiene o imposta il tipo di output dell'assembly.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 property System::String ^ OutputType { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.Build.Framework.Required]
public string OutputType { get; set; }
[<Microsoft.Build.Framework.Required>]
member this.OutputType : string with get, set
Public Property OutputType As String

Valore della proprietà

Tipo di output dell'assembly. Può essere "exe" o "dll".

Attributi

Si applica a