AdditionalMetadataAttribute.Value Property

Gets the value of the of the additional metadata attribute.

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

'Declaration
Public Property Value As Object 
	Get 
	Private Set
'Usage
Dim instance As AdditionalMetadataAttribute 
Dim value As Object 

value = instance.Value

Property Value

Type: System.Object
The value of the of the additional metadata attribute.
Show: