System.Runtime.Remoting.SoapServices.RegisterInteropXmlElement Method

Associates the given XML element name and namespace with a run-time type that should be used for deserialization.

Syntax

public static void RegisterInteropXmlElement (string xmlElement, string xmlNamespace, Type type)

Parameters

xmlElement
The XML element name to use in deserialization.
xmlNamespace
The XML namespace to use in deserialization.
type
The run-time Type to use in deserialization.

Remarks

Documentation for this section has not yet been entered.

Requirements

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