In This Topic
Gets or sets whether the bin is an overflow bin.
Syntax
'Declaration
Public Property IsOverflowBin As Boolean
'Usage
Dim instance As BinOption
Dim value As Boolean
instance.IsOverflowBin = value
value = instance.IsOverflowBin
public bool IsOverflowBin {get; set;}
Example
This example creates an overflow bin.
See Also