EnvelopeVersion.NextDestinationActorValue プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
次の宛先の現在のメッセージ バージョンに関連付けられている 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