VCConfiguration.PerUserRedirection Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.