VCLinkerTool.LinkDLL Property

Definition

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

public:
 property bool LinkDLL { bool get(); void set(bool value); };
public:
 property bool LinkDLL { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(28)]
public bool LinkDLL { [System.Runtime.InteropServices.DispId(28)] get; [System.Runtime.InteropServices.DispId(28)] set; }
[<System.Runtime.InteropServices.DispId(28)>]
[<get: System.Runtime.InteropServices.DispId(28)>]
[<set: System.Runtime.InteropServices.DispId(28)>]
member this.LinkDLL : bool with get, set
Public Property LinkDLL As Boolean

Property Value

true if a DLL will be built; otherwise, false.

Attributes

Remarks

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

Use ConfigurationType to change the application type.

Applies to