The custom attributes of the member.
[Visual Basic] Public Property CustomAttributes As CodeAttributeBlock [C#] public CodeAttributeB CustomAttributes {get; set;} [C++] public: __property CodeAttributeBlock* get_CustomAttributes(); public: __property void set_CustomAttributes(CodeAttributeBlock*); [JScript] public function get CustomAttributes() : CodeAttributeBlock; public function set CustomAttributes(CodeAttributeBlock);
A CodeAttributeBlock that indicates the custom attributes of the member.
CodeClassMember Class | CodeClassMember Members | System.CodeDOM Namespace | CodeAttributeBlock