VCLinkerTool.LinkDLL 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 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.