System.Xml [00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00] 1.0.5000.0 2.0.0.0 4.0.0.0 To be added System.Object The class is used with the class, which references an array of objects. An object can represent any one of the following: A Web service method input parameter. A Web service method output parameter. A Web service return type, if not void. A SOAP input header. A SOAP output header. The objects are accessible through the indexed operator property. See the class for an explanation of the conditions under which an object corresponds to a WSDL message definition's <part> element. Maps a code entity in a .NET Framework Web service method to an element in a Web Services Description Language (WSDL) message. Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.Boolean To be added: an object of type 'bool' A true value for the property corresponds to the <any> element declaration and the anyAttribute attribute declaration in an XML Schema document. Gets or sets a value that indicates whether the .NET Framework type maps to an XML element or attribute of any type. Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.Boolean To be added. In the XML Schema, an element declared with a minOccurs="0" attribute value indicates that the element is optional. An attribute can be declared with a use="optional" attribute. The .NET Framework, using the XML Schema Definition Tool (Xsd.exe), maps either of these constructs to a public field or property that is accompanied by a public field of type bool whose name is the first field's name with "Specified" appended. The property checks whether such a bool field exists. Gets a value that indicates whether the accompanying field in the .NET Framework type has a value specified. Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.String To be added: an object of type 'string' To be added Gets the unqualified name of the XML element declaration that applies to this mapping. Method 2.0.0.0 4.0.0.0 System.String To be added. Returns the name of the type associated with the specified . The name of the type. A that contains the name of the type. Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.String To be added: an object of type 'string' The Web service method member can be an input parameter, output parameter, return type, input header, or output header. See the class for cases when a member corresponds to a <part> element defined in a Web Services Description Language (WSDL) document. Note, however, that with a wrapped binding between a WSDL operation and a .NET Framework method, (indicated by the enumeration member), the method parameters and return value do not appear in the WSDL document. When a Web service class is being reflected into a object, the return type's property becomes the method name (made unique from other member names, if necessary) with "Result" appended. This convention also is used, in some circumstances, while importing Web service classes from objects generated from WSDL documents. Gets the name of the Web service method member that is represented by this mapping. Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.String To be added: an object of type 'string' To be added Gets the XML namespace that applies to this mapping. Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.String To be added: an object of type 'string' To be added Gets the fully qualified type name of the .NET Framework type for this mapping. Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.String To be added: an object of type 'string' To be added Gets the type name of the .NET Framework type for this mapping. Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.String To be added: an object of type 'string' To be added Gets the namespace of the .NET Framework type for this mapping. Property 2.0.0.0 4.0.0.0 System.String To be added. To be added. Gets the XML element name as it appears in the service description document.