Partager via


ValueProviderResult.AttemptedValue Property

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

Namespace:  System.Web.Http.ValueProviders
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
Public Property AttemptedValue As String
    Get
    Protected Set
'Usage
Dim instance As ValueProviderResult
Dim value As String

value = instance.AttemptedValue

instance.AttemptedValue = value
public string AttemptedValue { get; protected set; }
public:
property String^ AttemptedValue {
    String^ get ();
    protected: void set (String^ value);
}
member AttemptedValue : string with get, set
function get AttemptedValue () : String
protected function set AttemptedValue (value : String)

Property Value

Type: System.String
The raw value that is converted to a string for display.

See Also

Reference

ValueProviderResult Class

System.Web.Http.ValueProviders Namespace