VCProjectReference.LinkLibraryDependency Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether there are link library dependencies.
public:
property bool LinkLibraryDependency { bool get(); void set(bool value); };
public:
property bool LinkLibraryDependency { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(2043)]
public bool LinkLibraryDependency { [System.Runtime.InteropServices.DispId(2043)] get; [System.Runtime.InteropServices.DispId(2043)] set; }
[<System.Runtime.InteropServices.DispId(2043)>]
[<get: System.Runtime.InteropServices.DispId(2043)>]
[<set: System.Runtime.InteropServices.DispId(2043)>]
member this.LinkLibraryDependency : bool with get, set
Public Property LinkLibraryDependency As Boolean
Property Value
true
means link independent libraries; false
means don't link independent libraries.
- Attributes
Remarks
For more information, see LinkLibraryDependencies.