Expand Minimize
This topic has not yet been rated - Rate this topic

VCLinkerTool::AllowIsolation Property

Gets or sets a value indicating whether to lookup a manifest file without side-by-side assemblies.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
property bool AllowIsolation {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean
true if manifest file is looked up without other assemblies; otherwise, false.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.