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!

DescriptionAttribute Class

Specifies a description for a property or event.

Object
   Attribute
      MemberAttribute
         DescriptionAttribute

[Visual Basic]
Public Class DescriptionAttribute
   Inherits MemberAttribute
[C#]
public class DescriptionAttribute : MemberAttribute
[C++]
public __gc class DescriptionAttribute : public MemberAttribute
[JScript]
public class DescriptionAttribute extends MemberAttribute

Remarks

A visual designer can display the specified description when referencing the component member, such as in a property browser. Call GetDescription to access the value of this attribute.

For more information, see TBD and TBD.

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

System.ComponentModel Namespace | MemberAttribute | PropertyDescriptor | EventDescriptor