Gets a value indicating whether access to AlternateViewCollection is synchronized (thread-safe).

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

Field Value

A value indicating whether access to AlternateViewCollection is synchronized.

Implements

ICollection..::.IsSynchronized

See Also