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!

PropertyDescriptor.IsReadOnly

When overridden in a derived class, gets a value indicating whether this property is read-only.

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

Property Value

true if the property is read-only; false if the property is read/write.

See Also

PropertyDescriptor Class | PropertyDescriptor Members | System.ComponentModel Namespace | ReadOnlyAttribute