Gets an object that can be used to synchronize access to AlternateViewCollection object.
Namespace:
Rebex.MailAssembly: Rebex.Mail (in Rebex.Mail.dll) Version: 1.0.4086.0
Syntax
| C# |
|---|
public Object SyncRoot { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property SyncRoot As Object |
| Visual C++ |
|---|
public: virtual property Object^ SyncRoot { Object^ get () sealed; } |