ValueProviderResult.AttemptedValue Property

Definition

Gets or sets the raw value that is converted to a string for display.

public:  property System::String ^ AttemptedValue {  public:
System::String ^ get(); protected:
 void set(System::String ^ value); };
public string AttemptedValue { get; protected set; }
member this.AttemptedValue : string with get, set
Public Property AttemptedValue As String

Property Value

A string representation of the raw value.

Applies to