IsBetweenFilterRule<T>.EndValue Property

Definition

Gets the end value for the range.

public:  property Microsoft::Management::UI::Internal::ValidatingValue<T> ^ EndValue {  public:
Microsoft::Management::UI::Internal::ValidatingValue<T> ^ get(); protected:
 void set(Microsoft::Management::UI::Internal::ValidatingValue<T> ^ value); };
public Microsoft.Management.UI.Internal.ValidatingValue<T> EndValue { get; protected set; }
member this.EndValue : Microsoft.Management.UI.Internal.ValidatingValue<'T (requires 'T :> IComparable)> with get, set
Public Property EndValue As ValidatingValue(Of T)

Property Value

Applies to