MetadataProviderAttribute.TypeId Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a unique identifier for this attribute.

Namespace:  System.Web.Http.Data.Metadata
Assembly:  System.Web.Http.Data (in System.Web.Http.Data.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property TypeId As Object
public override Object TypeId { get; }
public:
virtual property Object^ TypeId {
    Object^ get () override;
}
abstract TypeId : Object
override TypeId : Object
override function get TypeId () : Object

Property Value

Type: System.Object

See Also

Reference

MetadataProviderAttribute Class

System.Web.Http.Data.Metadata Namespace