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