SendMailJobCollectionIsSynchronized Property |
Gets a value indicating whether access to the collection is synchronized (thread-safe).
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool IsSynchronized { get; }
Public ReadOnly Property IsSynchronized As Boolean
Get
Property Value
Type:
Booleantrue if access to the collection is synchronized (thread-safe); otherwise,
false. The default is
false.
Implements
ICollectionIsSynchronizedSee Also