SoapHeaderBinding.Namespace 属性

定义

获取或设置一个 URI,该 URI 表示 Encoding 属性未具体定义的内容编码规范的位置。

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

属性值

String

表示 URI 的字符串。

注解

如果未设置属性值,此属性将返回空字符串 (“”) 。 The value should only be set if the value of the Use property is Encoded. 否则,XML Web 服务将显示意外行为。

适用于