EnvelopeVersion.NextDestinationActorValue Property

Definition

Gets a string that contains the URI name for the SOAP role associated with the current message version for the next destination.

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

Property Value

A string that contains http://schemas.xmlsoap.org/soap/actor/next if SOAP1.1 is used; a string that contains http://www.w3.org/2003/05/soap-envelope/role/next if SOAP1.2 is used; and an empty string if the message version is none.

Examples

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

Applies to