VBProjectConfigurationProperties6.Prefer32Bit 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 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