VCConfiguration.PerUserRedirection Property

Definition

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

public:
 property bool PerUserRedirection { bool get(); };
public:
 property bool PerUserRedirection { bool get(); };
[System.Runtime.InteropServices.DispId(779)]
public bool PerUserRedirection { [System.Runtime.InteropServices.DispId(779)] get; }
[<System.Runtime.InteropServices.DispId(779)>]
[<get: System.Runtime.InteropServices.DispId(779)>]
member this.PerUserRedirection : bool
Public ReadOnly 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