Share via


ExtenderCheckForOverflowUnderflow Property

The CheckForOverflowUnderflow to use

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
<AutomationBrowsableAttribute(False)> _
<BrowsableAttribute(False)> _
Public Property ExtenderCheckForOverflowUnderflow As Boolean
    Get
    Set
'Usage
Dim instance As DatabaseConfigurationExtender
Dim value As Boolean

value = instance.ExtenderCheckForOverflowUnderflow

instance.ExtenderCheckForOverflowUnderflow = value
[AutomationBrowsableAttribute(false)]
[BrowsableAttribute(false)]
public bool ExtenderCheckForOverflowUnderflow { get; set; }
[AutomationBrowsableAttribute(false)]
[BrowsableAttribute(false)]
public:
property bool ExtenderCheckForOverflowUnderflow {
    bool get ();
    void set (bool value);
}
[<AutomationBrowsableAttribute(false)>]
[<BrowsableAttribute(false)>]
member ExtenderCheckForOverflowUnderflow : bool with get, set
function get ExtenderCheckForOverflowUnderflow () : boolean
function set ExtenderCheckForOverflowUnderflow (value : boolean)

Property Value

Type: System..::..Boolean

See Also

Reference

DatabaseConfigurationExtender Class

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace