VCLibrarianTool.LinkLibraryDependencies 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 set whether the dependent project outputs are linked.
public:
property bool LinkLibraryDependencies { bool get(); void set(bool value); };
public:
property bool LinkLibraryDependencies { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(16)]
public bool LinkLibraryDependencies { [System.Runtime.InteropServices.DispId(16)] get; [System.Runtime.InteropServices.DispId(16)] set; }
[<System.Runtime.InteropServices.DispId(16)>]
[<get: System.Runtime.InteropServices.DispId(16)>]
[<set: System.Runtime.InteropServices.DispId(16)>]
member this.LinkLibraryDependencies : bool with get, set
Public Property LinkLibraryDependencies As Boolean
Property Value
Returns a Boolean. true
if the dependent project outputs are linked.
- Attributes