EnvelopeVersion.NextDestinationActorValue Propriedade

Definição

Recebe uma string que contém o nome do URI para o papel SOAP associado à versão atual da mensagem para o próximo destino.

public:
 property System::String ^ NextDestinationActorValue { System::String ^ get(); };
public string NextDestinationActorValue { get; }
member this.NextDestinationActorValue : string
Public ReadOnly Property NextDestinationActorValue As String

Valor de Propriedade

Uma cadeia que contém http://schemas.xmlsoap.org/soap/actor/next se for usada SOAP1.1; uma cadeia que contém http://www.w3.org/2003/05/soap-envelope/role/next se for usada SOAP1.2; e uma cadeia vazia se a versão da mensagem não for nenhuma.

Exemplos

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

Aplica-se a