FilterRangeTLowerValue Property |
Gets or sets the lower value in the range. A null indicates that there is no lower limit.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<T> LowerValue { get; set; }
Public Property LowerValue As Nullable(Of T)
Get
Set
public:
property Nullable<T> LowerValue {
Nullable<T> get ();
void set (Nullable<T> value);
}
member LowerValue : Nullable<'T> with get, set
Property Value
Type:
NullableTSee Also