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

適用於