次の方法で共有


Field.FromBaseType プロパティ

Gets a Boolean value that indicates whether the field derives from a base field type.

名前空間:  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 FromBaseType As Boolean
    Get
'使用
Dim instance As Field
Dim value As Boolean

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

プロパティ値

型: System.Boolean
Returns Booleantrue if the field derives from a base field type; otherwise, returns false.

注釈

The base field types are defined in FLDTYPES.XML, which defines the default schema for lists. Every built-in list in a site inherits its schema from a base type. If the FromBaseType property returns true, the field cannot be converted to another field type, nor can it be deleted.

ヒント

If you want to prevent a field from being modified or deleted, set the Sealed property to true.

関連項目

参照先

Field クラス

Field メンバー

Microsoft.SharePoint.Client 名前空間