Share via


RangeFacetResult<T>.From Property

Definition

Gets a value indicating the inclusive lower bound of the facet's range, or null to indicate that there is no lower bound (for the first bucket).

public T? From { get; }
member this.From : Nullable<'T (requires 'T : struct)>
Public ReadOnly Property From As Nullable(Of T)

Property Value

Applies to