SoapTypeAttribute.XmlNamespace 属性
定义
获取或设置在序列化目标对象类型期间使用的 XML 命名空间。Gets or sets the XML namespace that is used during serialization of the target object type.
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 命名空间。The XML namespace that is used during serialization of the target object type.