SoapSchemaMember.MemberType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.