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

Gets the description of the member as specified in the DescriptionAttribute.

[Visual Basic]
Overridable Public ReadOnly Property Description As String
[C#]
public string Description {virtual get;}
[C++]
public: __property virtual String* get_Description();
[JScript]
public function get Description() : String;

Property Value

The description of the member. If there is no DescriptionAttribute, the property value is set to the default, which is the empty string ("").

Remarks

This description can be used by a visual designer to display a information about this member.

See Also

MemberDescriptor Class | MemberDescriptor Members | System.ComponentModel Namespace | Category | IsBrowsable | Name