AdditionalMetadataAttribute.TypeId Property

Gets the type of the of the additional metadata attribute.

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

'Declaration
Public Overrides ReadOnly Property TypeId As Object 
	Get
'Usage
Dim instance As AdditionalMetadataAttribute 
Dim value As Object 

value = instance.TypeId

Property Value

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