Gets and sets whether the property is read only
Namespace: DotNetNuke.Entities.ProfileAssembly: 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 |