ContentDatabaseSection.ReadOnly Property
Gets or sets a value that represents whether the fields in the user control are read-only.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ReadOnly As Boolean
Get
Set
'Usage
Dim instance As ContentDatabaseSection
Dim value As Boolean
value = instance.ReadOnly
instance.ReadOnly = value
public bool ReadOnly { get; set; }
Property Value
Type: System.Boolean
true if the textboxes will be read-only and the authentication radio buttons will be disabled; otherwise, false.