XmlMembersMapping Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

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

The XmlMembersMapping type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of .NET Framework code entities that belong to a Web service method to which a SOAP message is being mapped.
Public property ElementName Get the name of the mapped element. (Inherited from XmlMapping.)
Public property Item 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.
Public property Namespace Gets the namespace of the mapped element. (Inherited from XmlMapping.)
Public property TypeName Gets the name of the .NET Framework type being mapped to the data type of an XML Schema element that represents a SOAP message.
Public property TypeNamespace Gets the namespace of the .NET Framework type being mapped to the data type of an XML Schema element that represents a SOAP message.
Public property XsdElementName Gets the name of the XSD element of the mapping. (Inherited from XmlMapping.)

Top