VCLinkerTool.PerUserRedirection Property

Definition

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

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

Property Value

true if registration of the current configuration is per-user; false if registration is per-computer.

Attributes

Remarks

Per-computer registration requires administrative credentials for the computer.

Applies to