VCLinkerTool.AllowIsolation Property

Definition

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

Applies to