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
Property OmitDefaultLibName As Boolean
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.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Concepts
/Z7, /Zi, /ZI (Debug Information Format)