EnvelopeVersion.GetUltimateDestinationActorValues Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a string that contains the URI name for the SOAP role associated with the current message version for the ultimate destination.
public:
cli::array <System::String ^> ^ GetUltimateDestinationActorValues();
public string[] GetUltimateDestinationActorValues ();
member this.GetUltimateDestinationActorValues : unit -> string[]
Public Function GetUltimateDestinationActorValues () As String()
Returns
String[]
An empty string if SOAP1.1 is used; a string that contains http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver if SOAP1.2 is used.
Examples
string[] ultDestsS12 = envS12.GetUltimateDestinationActorValues();
Dim ultDestsS12() As String = envS12.GetUltimateDestinationActorValues()
Remarks
The ultimate receiver is null
if None is specified.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.