EnvelopeVersion.NextDestinationActorValue Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une chaîne qui contient le nom URI pour le rôle SOAP associé à la version de message actuelle pour la destination suivante.
public:
property System::String ^ NextDestinationActorValue { System::String ^ get(); };
public string NextDestinationActorValue { get; }
member this.NextDestinationActorValue : string
Public ReadOnly Property NextDestinationActorValue As String
Valeur de propriété
Chaîne qui contient http://schemas.xmlsoap.org/soap/actor/next si SOAP1.1 est utilisé, chaîne qui contient http://www.w3.org/2003/05/soap-envelope/role/next si SOAP1.2 est utilisé et chaîne vide si la version du message n’est pas.
Exemples
string nextDestS12 = envS12.NextDestinationActorValue;
Dim nextDestS12 As String = envS12.NextDestinationActorValue