GetResponseVarAsync Method
It is not uncommon for there to be additional response variables returned in the response that cannot be directly obtained via the Response properties.
Syntax
[VB.NET] Public Function GetResponseVarAsync(ByVal Name As String) As IAsyncOperation<string>
[C#] public IAsyncOperation<string> GetResponseVarAsync(string name);