VBProjectConfigurationProperties6.Prefer32Bit Property

Definition

Gets or sets a flag indicating whether 32-bit platform is preferred.

public:
 property bool Prefer32Bit { bool get(); void set(bool value); };
public:
 property bool Prefer32Bit { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(17001)]
public bool Prefer32Bit { [System.Runtime.InteropServices.DispId(17001)] get; [System.Runtime.InteropServices.DispId(17001)] set; }
[<System.Runtime.InteropServices.DispId(17001)>]
[<get: System.Runtime.InteropServices.DispId(17001)>]
[<set: System.Runtime.InteropServices.DispId(17001)>]
member this.Prefer32Bit : bool with get, set
Public Property Prefer32Bit As Boolean

Property Value

Returns the flag indicating 32-bit preference. Returns true if 32-bit is preferred; otherwise returns false.

Attributes

Applies to