Expand Minimize
This topic has not yet been rated - Rate this topic

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)

bool OmitDefaultLibName { get; set; }
/** @property */
boolean get_OmitDefaultLibName ()

/** @property */
void set_OmitDefaultLibName (/** @attribute InAttribute() */ boolean omit)

function get OmitDefaultLibName () : boolean

function set OmitDefaultLibName (omit : boolean)

Property Value

A boolean value indicating whether the default library name is omitted.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.