Gets a value indicating whether the membership entry collection is thread safe.

Namespace: Novalys.VisualGuard.Security.Logging
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

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

Property Value

Type: Boolean
Always false because thread-safe membership entry collections are not supported.

Implements

ICollection..::..IsSynchronized

See Also