TemplateInfo.FormattedModelValue Property

Gets or sets the formatted model value.

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

'Declaration
Public Property FormattedModelValue As Object 
	Get 
	Set
'Usage
Dim instance As TemplateInfo 
Dim value As Object 

value = instance.FormattedModelValue

instance.FormattedModelValue = value

Property Value

Type: System.Object
The formatted model value.
Show: