EmailAddressListSyncRoot Property

Gets an object that can be used to synchronize access to the ICollection.

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

Return Value

Type: Object
An object that can be used to synchronize access to the ICollection.
See Also