Share via


CSharpProjectConfigurationProperties6.Prefer32Bit Property

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

Namespace:  VSLangProj110
Assembly:  VSLangProj110 (in VSLangProj110.dll)

Syntax

'Declaration
Property Prefer32Bit As Boolean
bool Prefer32Bit { get; set; }
property bool Prefer32Bit {
    bool get ();
    void set (bool value);
}
abstract Prefer32Bit : bool with get, set
function get Prefer32Bit () : boolean 
function set Prefer32Bit (value : boolean)

Property Value

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

.NET Framework Security

See Also

Reference

CSharpProjectConfigurationProperties6 Interface

VSLangProj110 Namespace