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!

WebServiceAttribute Class

The optional web service attribute can be used to add additional information to a web service. It is not required for a class to be published and executed as a web service.

Object
   Attribute
      WebServiceAttribute

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

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.Services

Assembly: System.Web.Services.dll

See Also

WebServiceAttribute Members | System.Web.Services Namespace