CommandAttribute.TypeId Property
When implemented in a derived class, gets a unique identifier for this Attribute.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
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
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace