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 문자열, 메시지 버전이 없는 경우 빈 문자열입니다.

예제

string nextDestS12 = envS12.NextDestinationActorValue;
Dim nextDestS12 As String = envS12.NextDestinationActorValue

적용 대상