NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeClassMember.CustomAttributes

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);

Property Value

A CodeAttributeBlock that indicates the custom attributes of the member.

See Also

CodeClassMember Class | CodeClassMember Members | System.CodeDOM Namespace | CodeAttributeBlock