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; }
Public ReadOnly Property IsSynchronized As Boolean
Get
public:
property bool IsSynchronized {
bool get ();
}
member IsSynchronized : bool with get
Return Value
Type:
Boolean
true if access to the
ICollection is synchronized (thread safe); otherwise, false.
See Also