Field.Sealed property

Gets a value that specifies whether properties on the field cannot be changed and whether the field cannot be deleted.

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

Syntax

'Declaration
Public Property Sealed As Boolean
    Get
    Set
'Usage
Dim instance As Field
Dim value As Boolean

value = instance.Sealed

instance.Sealed = value
public bool Sealed { get; set; }

Property value

Type: System.Boolean
Returns Booleantrue if properties on the field cannot be changed and cannot be deleted; otherwise, returns false.

Remarks

This property is not about whether the Field class, or any class derived from it, is sealed.

See also

Reference

Field class

Field members

Microsoft.SharePoint.Client namespace