'Declaration
<System.ComponentModel.DescriptionAttribute("Can this property be modified in a property editor?")> <System.ComponentModel.DefaultValueAttribute()> Public Property ReadOnly As System.Boolean
'Usage
Dim instance As PropertyDefinition Dim value As System.Boolean instance.ReadOnly = value value = instance.ReadOnly
[System.ComponentModel.Description("Can this property be modified in a property editor?")] [System.ComponentModel.DefaultValue()] public System.bool ReadOnly {get; set;}