System.Xml.Serialization.XmlMembersMapping.Count Property

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

Syntax

public int Count { get; }

Value

Documentation for this section has not yet been entered.

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 System.Xml.Serialization.XmlMembersMapping class for the conditions under which these entities translate to part elements in a Web Services Description Language (WSDL) document.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0