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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.