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

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

Property Value

Type: NullableT
See Also