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