XmlMembersMapping::Item Property (Int32)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets an item that contains internal type mapping information for a .NET Framework code entity that belongs to a Web service method being mapped to a SOAP message.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

public:
property XmlMemberMapping^ default[
	int index
] {
	XmlMemberMapping^ get(int index);
}

Parameters

index
Type: System::Int32

The index of the mapping to return.

The indexed array access operator for the XmlMembersMapping class gets a specified entry from an array of any of the following:

  • Web service method input parameters.

  • Web service method output parameters, plus the return type, if not void, at index 0.

  • SOAP input headers.

  • SOAP output headers.

See the XmlMembersMapping class for the conditions under which these entities translate to part elements in a Web Services Description Language (WSDL) document.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Return to top
Show: