RangeFacet<T>.To Property

 

Applies To: Microsoft Azure

Gets a value indicating the exclusive upper bound of the facet's range, or null to indicate that there is no upper bound (i.e. -- for the last bucket).

Namespace:   Microsoft.Azure.Search.Models
Assembly:  Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)

Syntax

public Nullable<T> To { get; private set; }
public:
property Nullable<T> To {
    Nullable<T> get();
    private: void set(Nullable<T> value);
}
member To : Nullable<'T> with get, private set
Public Property To As Nullable(Of T)
    Get
    Private Set
End Property

Property Value

Type: System.Nullable<T>

See Also

RangeFacet<T> Class
Microsoft.Azure.Search.Models Namespace

Return to top