Gets whether the property is read-only.
[Visual Basic] Overridable Public ReadOnly Property IsReadOnly As Boolean [C#] public bool IsReadOnly {virtual get;} [C++] public: __property virtual bool get_IsReadOnly(); [JScript] public function get IsReadOnly() : Boolean;
true if the property is read-only; otherwise, false.
Only the properties provided by the Web Store are marked as read-only. These properties are never set by applications; they are provided by the store.
DirectoryEntryCollection Class | DirectoryEntryCollection Members | System.DirectoryServices Namespace