IsReadOnly Property (ObjectBase)
In This Topic
Indicates whether this object is read-only.
Syntax
'Declaration
Public Overridable ReadOnly Property IsReadOnly As Boolean
public virtual bool IsReadOnly {get;}
public:
virtual property bool IsReadOnly {
bool get();
}
See Also