Click or drag to resize
FilterRangeTUpperValue Property
Gets or sets the upper value in the range. A null indicates that there is no upper limit.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<T> UpperValue { get; set; }

Property Value

Type: NullableT
See Also