SingleValueComparableValueFilterRule<T>.Value Property

Definition

Gets a value that holds user input.

public:  property Microsoft::Management::UI::Internal::ValidatingValue<T> ^ Value {  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> Value { get; protected set; }
member this.Value : Microsoft.Management.UI.Internal.ValidatingValue<'T (requires 'T :> IComparable)> with get, set
Public Property Value As ValidatingValue(Of T)

Property Value

Applies to