SoapTypeAttribute.XmlNamespace 属性

定义

获取或设置在序列化目标对象类型期间使用的 XML 命名空间。

public:
 virtual property System::String ^ XmlNamespace { System::String ^ get(); void set(System::String ^ value); };
public override string XmlNamespace { get; set; }
member this.XmlNamespace : string with get, set
Public Overrides Property XmlNamespace As String

属性值

在序列化目标对象类型期间使用的 XML 命名空间。

适用于