Gets a value indicating whether access to AlternateViewCollection is synchronized (thread-safe).
Namespace:
Rebex.MailAssembly: Rebex.Mail (in Rebex.Mail.dll) Version: 1.0.4086.0
Syntax
| C# |
|---|
public bool IsSynchronized { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property IsSynchronized As Boolean |
| Visual C++ |
|---|
public: virtual property bool IsSynchronized { bool get () sealed; } |