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
Syntaxpublic Object SyncRoot { get; }
Public ReadOnly Property SyncRoot As Object
Get
public:
property Object^ SyncRoot {
Object^ get ();
}
member SyncRoot : Object with get
Return Value
Type:
Object
An object that can be used to synchronize access to the
ICollection.
See Also