The attributes of the member.
[Visual Basic] Public Property Attributes As MemberAttributes [C#] public MemberAttributes Attributes {get; set;} [C++] public: __property MemberAttributes get_Attributes(); public: __property void set_Attributes(MemberAttributes); [JScript] public function get Attributes() : MemberAttributes; public function set Attributes(MemberAttributes);
A MemberAttributes that indicates the attributes of the member.
CodeClassMember Class | CodeClassMember Members | System.CodeDOM Namespace | MemberAttributes