SoapAttribute Class
Provides default functionality for all SOAP attributes.
For a list of all members of this type, see SoapAttribute Members.
System.Object
System.Attribute
System.Runtime.Remoting.Metadata.SoapAttribute
System.Runtime.Remoting.Metadata.SoapFieldAttribute
System.Runtime.Remoting.Metadata.SoapMethodAttribute
System.Runtime.Remoting.Metadata.SoapParameterAttribute
System.Runtime.Remoting.Metadata.SoapTypeAttribute
[Visual Basic] Public Class SoapAttribute Inherits Attribute [C#] public class SoapAttribute : Attribute [C++] public __gc class SoapAttribute : public Attribute [JScript] public class SoapAttribute extends Attribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The SoapAttribute is nonfunctional, and can be used only as the base class for SOAP attributes.
Requirements
Namespace: System.Runtime.Remoting.Metadata
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
SoapAttribute Members | System.Runtime.Remoting.Metadata Namespace