XmlMembersMapping.Count Property

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

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

Gets the number of .NET Framework code entities that belong to a Web service method to which a SOAP message is being mapped.

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

Syntax

'Declaration
Public ReadOnly Property Count As Integer
public int Count { get; }

Property Value

Type: System.Int32
The number of mappings in the collection.

Remarks

The collection can contain of any of the following:

  • Web service method input parameters.

  • Web service method output parameters, plus 1 for the return type, if not void.

  • 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.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.