VCBscMakeTool.SuppressStartupBanner Property

Definition

Suppress the display of the startup banner and information messages. Exposes the functionality of the linker's /NOLOGO (Suppress Startup Banner) (Linker) option, the librarian's Running LIB option, the compiler's /nologo (Suppress Startup Banner) (C/C++) option, the BSCMake tool's /NOLOGO option, the MIDL compiler's MIDL Property Pages: General option, and the /nologo option of Microsoft.VisualStudio.VCProjectEngine.VCWebServiceProxyGeneratorTool.

public:
 property bool SuppressStartupBanner { bool get(); void set(bool value); };
public:
 property bool SuppressStartupBanner { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(2)]
public bool SuppressStartupBanner { [System.Runtime.InteropServices.DispId(2)] get; [System.Runtime.InteropServices.DispId(2)] set; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
[<set: System.Runtime.InteropServices.DispId(2)>]
member this.SuppressStartupBanner : bool with get, set
Public Property SuppressStartupBanner As Boolean

Property Value

true if the startup banner will not be shown; otherwise, false.

Attributes

Applies to