Value Property (Top10Filter)
Gets or sets top or bottom value to use as the filter criteria.
public int Value {get; set;}
'Declaration
Public Property Value As Integer
'Usage
Dim instance As Top10Filter
Dim value As Integer
instance.Value = value
value = instance.Value
Property Value
An integer value represents top or bottom value to use as the filter criteria.