Share via


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)

Syntax

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

value = instance.TypeId
public override Object TypeId { get; }
public:
virtual property Object^ TypeId {
    Object^ get () override;
}
override function get TypeId () : Object

Property Value

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

See Also

Reference

AdditionalMetadataAttribute Class

System.Web.Mvc Namespace