SPField.Sealed Property

Gets a Boolean value that indicates whether other fields can be derived from the field.

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

Syntax

Public Property Sealed As Boolean
    Get
    Set

Dim instance As SPField
Dim value As Boolean

value = instance.Sealed

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

Property Value

Type: System.Boolean
true if other fields can be derived from the field; otherwise, false.

See Also

Reference

SPField Class

SPField Members

Microsoft.SharePoint Namespace