When overridden in a derived class, specifies whether this MemberAttribute is the default attribute for the class.
[Visual Basic] Overridable Public Function IsDefaultAttribute() As Boolean [C#] public virtual bool IsDefaultAttribute(); [C++] public: virtual bool IsDefaultAttribute(); [JScript] public function IsDefaultAttribute() : Boolean;
true if this MemberAttribute is the default attribute for the class; otherwise, false.
This method must be overridden to return the correct value if the attribute is the default attribute. As implemented in this class, it returns false.
MemberAttribute Class | MemberAttribute Members | System.ComponentModel Namespace