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

Gets the collection of attributes for this member.

[Visual Basic]
Overridable Public ReadOnly Property Attributes As _
   MemberAttributeCollection
[C#]
public MemberAttributeCollection Attributes {virtual get;}
[C++]
public: __property virtual MemberAttributeCollection*
   get_Attributes();
[JScript]
public function get Attributes() : MemberAttributeCollection;

Property Value

A MemberAttributeCollection that provides the attributes for this member. If there are no attributes in the AttributeArray, then the property value is an empty collection.

Remarks

If there is no MemberAttributeCollection for this member, this property calls CreateAttributeCollection to create a new MemberAttributeCollection using the array of MemberAttributes that you passed to the constructor.

See Also

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