次の方法で共有


SoapHeaderBinding.Namespace プロパティ

定義

Encoding プロパティで特に定義されていない内容のエンコーディングについて記述された仕様の配置場所を表す URI を取得または設定します。

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 を表す文字列。

注釈

プロパティ値が設定されていない場合、このプロパティは空の文字列 ("") を返します。 この値は、プロパティEncodedUse値が . それ以外の場合、XML Web サービスは予期しない動作を示します。

適用対象