XmlMembersMapping.TypeNamespace 属性

定义

获取 .NET 类型的命名空间,该类型映射到表示 SOAP 消息的 XML 架构元素的数据类型。Gets the namespace of the .NET type being mapped to the data type of an XML Schema element that represents a SOAP message.

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

public:
 property System::String ^ TypeNamespace { System::String ^ get(); };
public string? TypeNamespace { get; }
public string TypeNamespace { get; }
member this.TypeNamespace : string
Public ReadOnly Property TypeNamespace As String

属性值

String

映射的 .NET 命名空间。The .NET namespace of the mapping.

注解

SOAP 消息使用元素在 Web 服务描述语言 (WSDL) 文档中定义 messageA SOAP message is defined in a Web Services Description Language (WSDL) document using the message element.

适用于