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!

MemberDescriptor.AttributeArray

Gets or sets an array of attributes.

[Visual Basic]
Overridable Protected Property AttributeArray As MemberAttribute ()
[C#]
protected MemberAttribute
    AttributeArray {virtual get; virtual
   set;}
[C++]
protected: __property virtual MemberAttribute* get_AttributeArray();
protected: __property virtual void set_AttributeArray(MemberAttribute*[]);
[JScript]
protected function get AttributeArray() : MemberAttribute[];
protected function set AttributeArray(MemberAttribute[]);

Property Value

An array of type MemberAttribute that contains the attributes of this member.

See Also

MemberDescriptor Class | MemberDescriptor Members | System.ComponentModel Namespace | Attributes