IP*Works! 2016 Xamarin Edition
IP*Works! 2016 Xamarin Edition
Questions / Feedback?

Attr Method

Returns the value of the specified LDAP attribute.

Syntax

[VB.NET]
Public Function Attr(ByVal AttrType As String) As String
[C#]
public string Attr(string attrType);

Remarks

This method returns the value of the specified LDAP attribute. If the attribute does not exist, an empty string is returned.

Please refer to the Attributes collection for more information.

NOTE: This method has a corresponding asynchronous version (AttrAsync) for use in the Xamarin environment.

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
IP*Works! 2016 Xamarin Edition - Version 16.0 [Build 6621]