SendMailJobCollectionIsSynchronized Property |
Gets a value indicating whether access to the collection is synchronized (thread-safe).
Namespace: MailBee.SmtpMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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
ICollectionIsSynchronized
See Also