Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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
Reference
Microsoft.VisualStudio.VCProjectEngine Namespace