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!

MemberAttribute.IsDefaultAttribute

When overridden in a derived class, specifies whether this MemberAttribute is the default attribute for the class.

[Visual Basic]
Overridable Public Function IsDefaultAttribute() As Boolean
[C#]
public virtual bool IsDefaultAttribute();
[C++]
public: virtual bool IsDefaultAttribute();
[JScript]
public function IsDefaultAttribute() : Boolean;

Return Value

true if this MemberAttribute is the default attribute for the class; otherwise, false.

Remarks

This method must be overridden to return the correct value if the attribute is the default attribute. As implemented in this class, it returns false.

See Also

MemberAttribute Class | MemberAttribute Members | System.ComponentModel Namespace