ClockVector::IsReadOnly Property

Gets a value that indicates whether the element list is read-only.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
virtual property bool IsReadOnly {
	bool get () sealed;
}

Property Value

Type: System::Boolean
true if the list is read only; otherwise, false.

Implements

ICollection<T>::IsReadOnly
Show: