attr (method)

Returns the value of the specified LDAP attribute.

Syntax

- (NSString*)attr:(NSString*)attrType;
public func attr(_ attrType: String) throws -> String

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 properties for more information.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]