VCLinkerTool.LinkDLL Property

Gets or sets a value specifying whether to build a DLL as the main output.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property LinkDLL As Boolean
bool LinkDLL { get; set; }
property bool LinkDLL {
    bool get ();
    void set (bool value);
}
abstract LinkDLL : bool with get, set
function get LinkDLL () : boolean 
function set LinkDLL (value : boolean)

Property Value

Type: System.Boolean
true if a DLL will be built; otherwise, false.

Remarks

LinkDLL exposes the functionality of the /DLL (Build a DLL) linker option.

Use ConfigurationType to change the application type.

.NET Framework Security

See Also

Reference

VCLinkerTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace