RangeFacet.To Property
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)
Usage
'Usage
Dim instance As RangeFacet(Of T)
Dim value As Nullable(Of T)
value = instance.To
Syntax
'Declaration
Public Property To As Nullable(Of T)
public Nullable<T> To { get; }
public:
property Nullable<T> To {
Nullable<T> get ();
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public Nullable<T> get_To ()
CompilerGeneratedAttribute
public function get To () : Nullable<T>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
RangeFacet Class
RangeFacet Members
Microsoft.Azure.Search.Models Namespace