Share via


ElementValidationAttribute.TypeId Property

When implemented in a derived class, gets a unique identifier for this Attribute.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design.Validation
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

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

Return Value

An Object that is a unique identifier for the attribute.

See Also

ElementValidationAttribute Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design.Validation Namespace