Class Reference
%Net.LDAP.Client.PropList
|
|
![]() |
|||
Private Storage |
WARNING: This Class and its methods has been deprecated, please use the %SYS.LDAP class.
List of attributes and values, used to create a new entry.
(See
|
|
|
Append an attribute and value pair to this property list object. Return $$$OK status, otherwise related error.If the value is
%Net.LDAP.Client.ValueList , it will use that as is. If the Value is Stream, it will read the stream as value. If the Value is%Collection.AbstractIterator , it will iterate the collection, and use the returned value(s). Otherwise it will store the passed object as value.IsBinary is required if the value is binary data i.e. an image
func arg is used internally