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!

WebSysDescriptionAttribute Class

DescriptionAttribute marks a property, event, or extender with a description. Visual designers can display this description when referencing the member.

Object
   Attribute
      MemberAttribute
         DescriptionAttribute
            WebSysDescriptionAttribute

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

Remarks

[To be supplied.]

Requirements

Namespace: System.Web

Assembly: System.Web.dll

See Also

WebSysDescriptionAttribute Members | System.Web Namespace | MemberAttribute | PropertyDescriptor | EventDescriptor | ExtenderDescriptor