VCLinkerTool.PerUserRedirection Property

Gets or sets a value that controls whether COM registration for the current configuration is per-user or per-computer.

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

Syntax

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

Property Value

Type: System.Boolean
true if registration of the current configuration is per-user; false if registration is per-computer.

Remarks

Per-computer registration requires administrative credentials for the computer.

.NET Framework Security

See Also

Reference

VCLinkerTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace