VCProjectReference.LinkLibraryDependency Property

Definition

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.

Applies to