XmlMembersMapping::Count Property
.NET Framework (current version)
This API supports the product 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.
Assembly: System.Xml (in System.Xml.dll)
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.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Available since 1.1
Silverlight
Available since 2.0
Show: