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
public bool IsSynchronized { get; }
public:
property bool IsSynchronized {
    bool get ();
}
function get_isSynchronized();

See Also

BaseCollection<(Of <(T>)>) Class

Microsoft.Rtc.Workflow.Utilities Namespace