LDAP Client.Net

AttributeCollection.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

AttributeCollection Class | LdapServices.Ldap Namespace