SoapSchemaMember.MemberType Property

Definition

Gets or sets a value that corresponds to the type attribute of the WSDL part element.

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

public:
 property System::Xml::XmlQualifiedName ^ MemberType { System::Xml::XmlQualifiedName ^ get(); void set(System::Xml::XmlQualifiedName ^ value); };
public System.Xml.XmlQualifiedName? MemberType { get; set; }
public System.Xml.XmlQualifiedName MemberType { get; set; }
member this.MemberType : System.Xml.XmlQualifiedName with get, set
Public Property MemberType As XmlQualifiedName

Property Value

An XmlQualifiedName that corresponds to the XML type.

Remarks

This property corresponds to the XML type attribute of the XML element <wsdl:part>. For more information about the element,see the WSDL specification.

The SoapSchemaMember class is used by the Wsdl.exe tool while generating classes from a Web Services Description Language (WSDL) document that specifies SOAP encoding. Instead of using this class directly, use Wsdl.exe.

Applies to