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)

property bool PerUserRedirection {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

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

Per-computer registration requires administrative credentials for the computer.

Return to top
Show: