GetPropertyAsync Method
Fetches the value of a specific Atom feed element or attribute.
Syntax
[VB.NET] Public Function GetPropertyAsync(ByVal PropertyName As String) As IAsyncOperation<string>
[C#] public IAsyncOperation<string> GetPropertyAsync(string propertyName);