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
'Usage
Dim instance As VCLinkerTool 
Dim value As Boolean 

value = instance.RegisterOutput

instance.RegisterOutput = value
bool RegisterOutput { get; set; }
property bool RegisterOutput {
    bool get ();
    void set (bool value);
}
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

VCLinkerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace