VCLinkerTool.RegisterOutput Property

Definition

Gets or sets a value indicating whether the primary project output should be registered by using Regsvr32 after deployment.

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

Property Value

true if the primary project output should be registered using Regsvr32 after deployment; otherwise, false.

Attributes

Remarks

This property should be set to true only if the primary project output is an Internet Server Application Programming Interface (ISAPI) extension DLL.

Applies to