'Declaration
<XmlAttributeAttribute()> <DefaultValueAttribute()> Public Overridable Property IsReadOnly As Boolean
'Usage
Dim instance As CustomFieldInfo Dim value As Boolean instance.IsReadOnly = value value = instance.IsReadOnly
[XmlAttribute()] [DefaultValue()] public virtual bool IsReadOnly {get; set;}
public read-write property IsReadOnly: Boolean; virtual;
XmlAttributeAttribute() DefaultValueAttribute() public function get,set IsReadOnly : boolean
[XmlAttribute()] [DefaultValue()] public: __property virtual bool get_IsReadOnly(); public: __property virtual void set_IsReadOnly( bool value );
[XmlAttribute()] [DefaultValue()] public: virtual property bool IsReadOnly { bool get(); void set ( bool value); }
Property Value
true
if this instance is read only; otherwise, false
.