LDAP Client.Net

EntryCollection.IsSynchronized Property

Gets a value indicating whether access to this collection is synchronized (thread safe).

[Visual Basic]
MustOverride Public Property ReadOnly IsSynchronized As Boolean _
    Implements ICollection.IsSynchronized
[C#]
public abstract bool IsSynchronized { get; }
[C++]
public: abstract __property bool get_IsSynchronized();
[JScript]
public abstract function get IsSynchronized() : bool

Implements

ICollection.IsSynchronized

See Also

EntryCollection Class | LdapServices.Ldap Namespace