Gets a value indicating whether access to the PageableListT
is synchronized (thread safe).
Namespace: Spotfire.Dxp.Data.Collections
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
public bool IsSynchronized { get; }
Property Value
Type: BooleanThe return value is always false (not thread safe).
Implements
ICollectionIsSynchronizedVersion Information
See Also