GetXAttributeAsync Method
Retrieve the value at the specified XPath in the SOAP response.
Syntax
[VB.NET] Public Function GetXAttributeAsync(ByVal Xpath As String) As IAsyncOperation<string>
[C#] public IAsyncOperation<string> GetXAttributeAsync(string xpath);