VCLinkerTool.AllowIsolation 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 or sets a value indicating whether to lookup a manifest file without side-by-side assemblies.
public:
property bool AllowIsolation { bool get(); void set(bool value); };
public:
property bool AllowIsolation { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(16)]
public bool AllowIsolation { [System.Runtime.InteropServices.DispId(16)] get; [System.Runtime.InteropServices.DispId(16)] set; }
[<System.Runtime.InteropServices.DispId(16)>]
[<get: System.Runtime.InteropServices.DispId(16)>]
[<set: System.Runtime.InteropServices.DispId(16)>]
member this.AllowIsolation : bool with get, set
Public Property AllowIsolation As Boolean
Property Value
true
if manifest file is looked up without other assemblies; otherwise, false
.
- Attributes