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!

System.Web.Services.WebServiceAttribute

The WebServiceAttribute class defines the metadata customization attribute that enable web service developers to custom describe their webservice classes.

namespace System.Web.UI
{
   public class WebServiceAttribute : Attribute
   {
      // Properties
      public String      Description      { get; set; }
   }
}

Properties

Description
Prototype public String Description { get; set; }
Description String description of webservice (used in HTML Contract generation).