ValueProviderResult.AttemptedValue Property

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

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

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

value = instance.AttemptedValue

instance.AttemptedValue = value

Property Value

Type: System.String
The raw value.
Show: