XmlMemberMapping Class
Assembly: System.Xml (in system.xml.dll)
The XmlMemberMapping class is used with the XmlMembersMapping class, which references an array of XmlMemberMapping objects.
An XmlMemberMapping object can represent any one of the following:
-
A Web service method input parameter.
-
A Web service method output parameter.
-
A Web service return type, if not void.
-
A SOAP input header.
-
A SOAP output header.
The XmlMemberMapping objects are accessible through the indexed operator property.
See the XmlMembersMapping class for an explanation of the conditions under which an XmlMemberMapping object corresponds to a WSDL message definition's <part> element.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.