SoapSchemaMember.MemberType 属性

定义

获取或设置一个值,该值对应于 WSDL part 元素的类型特性。Gets or sets a value that corresponds to the type attribute of the WSDL part element.

此 API 支持产品基础结构,不能在代码中直接使用。

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

属性值

XmlQualifiedName

对应于 XML 类型的 XmlQualifiedNameAn XmlQualifiedName that corresponds to the XML type.

注解

此属性对应于 type xml 元素的 xml 属性 <wsdl:part>This property corresponds to the XML type attribute of the XML element <wsdl:part>. 有关元素的详细信息,请参阅 WSDL 规范。For more information about the element,see the WSDL specification.

SoapSchemaMember类由 Wsdl.exe 工具在从指定 SOAP 编码的 Web 服务描述语言 (WSDL) 文档生成类时使用。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. 使用 Wsdl.exe,而不是直接使用此类。Instead of using this class directly, use Wsdl.exe.

适用于