Returns the value of the attribute specified in the parameter.
[VB.NET] Public Function OPMLAttrAsync(ByVal AttrName As String) As Task<string>
[C#] public Task<string> OPMLAttrAsync(string attrName);