Share via


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
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property Sealed As Boolean
    Get
'Usage
Dim instance As Field
Dim value As Boolean

value = instance.Sealed
[RemoteAttribute]
public bool Sealed { get; }

Property Value

Type: System.Boolean
Returns Booleantrue if properties on the field cannot be changed and cannot be deleted otherwise returns false. The default value is

See Also

Reference

Field Class

Field Members

Microsoft.SharePoint.Client Namespace