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!

DirectoryEntryCollection.IsReadOnly

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;

Property Value

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

Remarks

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.

See Also

DirectoryEntryCollection Class | DirectoryEntryCollection Members | System.DirectoryServices Namespace