Gets a value indicating whether the application collection is thread safe.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public bool IsSynchronized { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsSynchronized As Boolean

Field Value

Always false because thread-safe application collections are not supported.

Implements

ICollection..::.IsSynchronized

See Also