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.Attributes

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

Property Value

A MemberAttributes that indicates the attributes of the member.

See Also

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