Share via


FreezableObject.IsFrozen property

Gets a Boolean value that if true indicates that the object is read-only.

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public ReadOnly Property IsFrozen As Boolean
    Get
'Usage
Dim instance As FreezableObject
Dim value As Boolean

value = instance.IsFrozen
public bool IsFrozen { get; }

Property value

Type: System.Boolean
true if the item is read-only; otherwise, false.

Remarks

The property is set by calling Freeze.

See also

Reference

FreezableObject class

FreezableObject members

Microsoft.SharePoint.Publishing namespace