BasicList.ReadOnly Property

SharePoint Designer Developer Reference

Returns a Boolean that indicates whether a list has read-only permissions. True indicates that the list cannot be modified by the user.

Syntax

expression.ReadOnly

expression   Required. A variable that represents a BasicList object.

See Also