NumericRefinementInterval.LowerNum Property
Namespace: Microsoft.Office.Server.Search.Query.Gateway
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property LowerNum As Long
Get
Set
'Usage
Dim instance As NumericRefinementInterval
Dim value As Long
value = instance.LowerNum
instance.LowerNum = value
[DataMemberAttribute]
public long LowerNum { get; set; }
Property Value
Type: System.Int64
Returns .
See Also
Reference
NumericRefinementInterval Class