VCPropertySheet.BuildLogFile (Propiedad)

Obtiene o establece el nombre de BuildLogFile.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
Property BuildLogFile As String
string BuildLogFile { get; set; }
property String^ BuildLogFile {
    String^ get ();
    void set (String^ value);
}
abstract BuildLogFile : string with get, set
function get BuildLogFile () : String
function set BuildLogFile (value : String)

Valor de propiedad

Tipo: System.String
Cadena que contiene el nombre de BuildLogFile.

Seguridad de .NET Framework

Vea también

Referencia

VCPropertySheet Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)