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類別或從其衍生任何類別密封是否。