Share via


VBProjectConfigurationProperties6.CheckForOverflowUnderflow Property

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

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VBProjectConfigurationProperties6 Interface

VSLangProj110 Namespace