CSharpProjectConfigurationProperties6::Prefer32Bit Property

 

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

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

property bool Prefer32Bit {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

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

Return to top
Show: