VCCLCompilerTool.OmitDefaultLibName Property

Gets or sets whether the default library name is omitted.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property OmitDefaultLibName As Boolean
bool OmitDefaultLibName { get; set; }
property bool OmitDefaultLibName {
    bool get ();
    void set (bool value);
}
abstract OmitDefaultLibName : bool with get, set
function get OmitDefaultLibName () : boolean 
function set OmitDefaultLibName (value : boolean)

Property Value

Type: Boolean
A boolean value indicating whether the default library name is omitted.

.NET Framework Security

See Also

Reference

VCCLCompilerTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace

Other Resources

/Z7, /Zi, /ZI (Debug Information Format)