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
'Usage
Dim instance As VCCLCompilerTool 
Dim value As Boolean 

value = instance.OmitDefaultLibName

instance.OmitDefaultLibName = value
bool OmitDefaultLibName { get; set; }
property bool OmitDefaultLibName {
    bool get ();
    void set (bool value);
}
function get OmitDefaultLibName () : boolean 
function set OmitDefaultLibName (value : boolean)

Property Value

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

.NET Framework Security

See Also

Reference

VCCLCompilerTool Interface

VCCLCompilerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace

Other Resources

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