Initializes a new instance of the ReadOnlyAttribute class.

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public IsReadOnlyAttribute(
	bool read
)
Visual Basic
Public Sub New ( 
	read As Boolean
)

Parameters

read
Type: System..::..Boolean
A boolean that indicates whether the property is ReadOnly

See Also