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