Facet.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 object To { get; set; }
public:
property Object^ To {
Object^ get();
void set(Object^ value);
}
member To : Object with get, set
Public Property To As Object
Property Value
Type: System.Object
See Also
Facet Class
Microsoft.Azure.Search.Models Namespace
Return to top