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