GetXValueAsync Method
Retrieves a valid XPath expression from the HTTP response after calling SendCustomRequest .
Syntax
[VB.NET] Public Function GetXValueAsync(ByVal XPath As String) As IAsyncOperation<string>
[C#] public IAsyncOperation<string> GetXValueAsync(string XPath);