共用方式為


Field.Sealed 屬性

取得值,指定是否無法變更欄位的內容,以及是否無法刪除欄位。

命名空間:  Microsoft.SharePoint.Client
組件:   Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)

語法

'宣告
Public ReadOnly Property Sealed As Boolean
    Get
'用途
Dim instance As Field
Dim value As Boolean

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

屬性值

類型:System.Boolean
傳回Booleantrue如果無法變更欄位的內容,而且無法刪除;否則,傳回false。

備註

這是屬性相關的Field類別或從其衍生任何類別密封是否。

請參閱

參照

Field 類別

Field 成員

Microsoft.SharePoint.Client 命名空間