  | WbMonolingualTextsCollectionIsReadOnly Property | 
This is preliminary documentation and is subject to change.
Gets a value indicating whether the 
ICollectionT is read-only.
 Namespace: WikiClientLibrary.Wikibase.DataTypesAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic bool IsReadOnly { get; set; }Public Property IsReadOnly As Boolean
	Get
	Set
Dim instance As WbMonolingualTextsCollection
Dim value As Boolean
value = instance.IsReadOnly
instance.IsReadOnly = value
public:
virtual property bool IsReadOnly {
	bool get () sealed;
	void set (bool value) sealed;
}abstract IsReadOnly : bool with get, set
override IsReadOnly : bool with get, set
Return Value
Boolean if the 
ICollectionT is read-only; otherwise, 
.
Implements
ICollectionTIsReadOnly
See Also