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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.