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