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

适用于