AssociatedPersonsListIsSynchronized Property

Gets a value indicating whether access to the ICollection is synchronized (thread safe).

Namespace:  Aspose.Email.PersonalInfo
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public bool IsSynchronized { get; }

Return Value

Type: Boolean
true if access to the ICollection is synchronized (thread safe); otherwise, false.
See Also