EnvelopeVersion.NextDestinationActorValue プロパティ

定義

次の宛先の現在のメッセージ バージョンに関連付けられている SOAP ロールの URI 名を含む文字列を取得します。

public:
 property System::String ^ NextDestinationActorValue { System::String ^ get(); };
public string NextDestinationActorValue { get; }
member this.NextDestinationActorValue : string
Public ReadOnly Property NextDestinationActorValue As String

プロパティ値

SOAP1.1 が使用されている場合は http://schemas.xmlsoap.org/soap/actor/next を含む文字列。SOAP1.2 が使用されている場合は http://www.w3.org/2003/05/soap-envelope/role/next を含む文字列、メッセージのバージョンが none の場合は空の文字列。

string nextDestS12 = envS12.NextDestinationActorValue;
Dim nextDestS12 As String = envS12.NextDestinationActorValue

適用対象