ItemFieldDictionary::IsReadOnly Property

Indicates whether a value the ItemFieldDictionary collection is read-only.

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

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

Property Value

Type: System::Boolean
true if the ItemFieldDictionary collection is read-only. Otherwise, false.

Implements

ICollection<T>::IsReadOnly
Show: