Share via


SoapTypeAttribute.XmlTypeNamespace 属性

定义

获取或设置当前对象类型的 XML 类型命名空间。

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

属性值

当前对象类型的 XML 类型命名空间。

适用于