NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICollection.IsReadOnly

When implemented by a class, retrieves a value indicating whether the ICollection is read-only.

[Visual Basic]
ReadOnly Property IsReadOnly As Boolean
[C#]
bool IsReadOnly {get;}
[C++]
bool get_IsReadOnly() = 0;
[JScript]
abstract function get IsReadOnly() : Boolean;

Property Value

true if the ICollection is read-only; otherwise, false.

See Also

ICollection Interface | ICollection Members | System.Collections Namespace