JAMS Developer Guide
ReadOnly Property (PropertyDefinition)


MVPSI.JAMS Namespace > PropertyDefinition Class : ReadOnly Property
Specifies if this property can be modified in a property editor.
Syntax
'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;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PropertyDefinition Class
PropertyDefinition Members