Gets a unique ID for this MemberAttribute.
[Visual Basic] Overridable Public ReadOnly Property TypeId As Object [C#] public object TypeId {virtual get;} [C++] public: __property virtual Object* get_TypeId(); [JScript] public function get TypeId() : Object;
A unique ID. For most attributes, this ID represents the type of the attribute.
The unique ID is used by filtering methods to identify two attributes that are the same type.
MemberAttribute Class | MemberAttribute Members | System.ComponentModel Namespace