VCLinkerTool.RegisterOutput Property

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

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

Syntax

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

Property Value

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

Remarks

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

.NET Framework Security

See Also

Reference

VCLinkerTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace