System.Runtime.Remoting.Metadata.SoapTypeAttribute Class

Customizes SOAP generation and processing for target types. This class cannot be inherited.

See Also: SoapTypeAttribute Members

Syntax

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.All)]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class SoapTypeAttribute : SoapAttribute

Remarks

The System.Runtime.Remoting.Metadata.SoapTypeAttribute attribute is a custom attribute that can be applied to objects, value types, and interface objects. This attribute is used to specify information on an object type that controls how SOAP will generate the SOAP XML wire format.

Requirements

Namespace: System.Runtime.Remoting.Metadata
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0