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