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!

NameObjectCollectionBase.ReadOnly

[To be supplied.]

[Visual Basic]
Protected Property ReadOnly As Boolean
[C#]
protected bool ReadOnly {get; set;}
[C++]
protected: __property bool get_ReadOnly();
protected: __property void set_ReadOnly(bool);
[JScript]
protected function get ReadOnly() : Boolean;
protected function set ReadOnly(Boolean);

See Also

NameObjectCollectionBase Class | NameObjectCollectionBase Members | System.Collections Namespace