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 there are link library dependencies.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property LinkLibraryDependency As Boolean
bool LinkLibraryDependency { get; set; }
property bool LinkLibraryDependency {
bool get ();
void set (bool value);
}
abstract LinkLibraryDependency : bool with get, set
function get LinkLibraryDependency () : boolean
function set LinkLibraryDependency (value : boolean)
Property Value
Type: System.Boolean
true means link independent libraries; false means don't link independent libraries.
Remarks
For more information, see LinkLibraryDependencies.
.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.