VCProjectReference.LinkLibraryDependency Property

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

See Also

Reference

VCProjectReference Interface

Microsoft.VisualStudio.VCProjectEngine Namespace