XmlMemberMapping Class
Maps a code entity in a .NET Framework Web service method to an element in a Web Services Description Language (WSDL) message.
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 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.