LDAP Client.Net

EntryCollection.SyncRoot Property

Gets an object that can be used to synchronize access to this collection.

[Visual Basic]
MustOverride Public Property ReadOnly SyncRoot As Object _
    Implements ICollection.SyncRoot
[C#]
public abstract object SyncRoot { get; }
[C++]
public: abstract __property Object* get_SyncRoot();
[JScript]
public abstract function get SyncRoot() : Object

Implements

ICollection.SyncRoot

See Also

EntryCollection Class | LdapServices.Ldap Namespace