Encoding プロパティで特別に定義されていない内容のエンコーディングに関する仕様の位置を表す URI を取得または設定します。
Public Property Namespace As String
[C#]
public string Namespace {get; set;}
[C++]
public: __property String* get_Namespace();public: __property void set_Namespace(String*);
[JScript]
public function get Namespace() : String;public function set Namespace(String);
プロパティ値
URI を表す文字列。
解説
プロパティ値が設定されていない場合、このプロパティは空の文字列 ("") を返します。 Use プロパティの値が Encoded の場合にだけ、値を設定する必要があります。それ以外の場合、XML Web サービスは予測できない動作を示します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
SoapHeaderBinding クラス | SoapHeaderBinding メンバ | System.Web.Services.Description 名前空間