Share via


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

適用対象