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