Gets and sets whether the property is read only

Namespace: DotNetNuke.Entities.Profile
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[SortOrderAttribute(7)]
[XmlIgnoreAttribute]
public bool ReadOnly { get; set; }
Visual Basic
<SortOrderAttribute(7)> 
<XmlIgnoreAttribute> 
Public Property ReadOnly As Boolean
	Get
	Set

See Also