Sets or gets the floating point model.
Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property floatingPointModel As floatingPointModel
floatingPointModel floatingPointModel { get; set; }
property floatingPointModel floatingPointModel {
    floatingPointModel get ();
    void set (floatingPointModel value);
}
abstract floatingPointModel : floatingPointModel with get, set
function get floatingPointModel () : floatingPointModel 
function set floatingPointModel (value : floatingPointModel)
Property Value
Type: Microsoft.VisualStudio.VCProjectEngine.floatingPointModel
A value from the floatingPointModel enumeration.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.