Click or drag to resize

VGLogEntryCollectionIsSynchronized Property

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: 2019.1.831.19 (2019.1.0831.19)
Syntax
public bool IsSynchronized { get; }

Property Value

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

Implements

ICollectionIsSynchronized
See Also