BaseCollection<T>.IsSynchronized Property
Gets a boolean that specifies whether the collection is synchronized.
Namespace: Microsoft.Rtc.Workflow.Utilities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public ReadOnly Property IsSynchronized As Boolean
Get
'Usage
Dim instance As BaseCollection
Dim value As Boolean
value = instance.IsSynchronized
public bool IsSynchronized { get; }
Property Value
Type: System.Boolean