'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets or sets a value whether the user can edit current permissions.")> Public Property Editable As System.Boolean
'Usage
Dim instance As NDockingPanelPermissions Dim value As System.Boolean instance.Editable = value value = instance.Editable
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets or sets a value whether the user can edit current permissions.")] public System.bool Editable {get; set;}