SoapSchemaMember Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents certain attributes of a XSD <part> element in a WSDL document for generating classes from the document.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | SoapSchemaMember() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the SoapSchemaMember class. |
| Name | Description | |
|---|---|---|
![]() | MemberName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that corresponds to the name attribute of the WSDL part element. |
![]() | MemberType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that corresponds to the type attribute of the WSDL part element. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The SoapSchemaMember class is used by the Wsdl.exe tool while generating client proxy classes or abstract server classes from a Web Services Description Language (WSDL) document. Instead of using this class directly, use Wsdl.exe.
The SoapSchemaMember class has properties that correspond to the name and type attributes of a WSDL part element. The class is used only when a WSDL document specifies SOAP encoding, as described in Section 5 of the SOAP 1.1 specification.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


