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)

Syntax

'Declaration
Property AllowIsolation As Boolean
'Usage
Dim instance As VCLinkerTool 
Dim value As Boolean 

value = instance.AllowIsolation

instance.AllowIsolation = value
bool AllowIsolation { get; set; }
property bool AllowIsolation {
    bool get ();
    void set (bool value);
}
function get AllowIsolation () : boolean 
function set AllowIsolation (value : boolean)

Property Value

Type: System.Boolean
true if manifest file is looked up without other assemblies; otherwise, false.

.NET Framework Security

See Also

Reference

VCLinkerTool Interface

VCLinkerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace

Other Resources

/ALLOWISOLATION

/ALLOWISOLATION (Manifest Lookup)