Gets an object that can be used to synchronize access to AlternateViewCollection object.

Namespace:  Rebex.Mail
Assembly:  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;
}

Field Value

an object that can be used to synchronize access to AlternateViewCollection object.

Implements

ICollection..::.SyncRoot

See Also