SPFieldTypeDefinition.UserCreatable property
取得布林值,這個值,指出使用者是否可以建立欄位類型的欄位。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property UserCreatable As Boolean
Get
'用途
Dim instance As SPFieldTypeDefinition
Dim value As Boolean
value = instance.UserCreatable
public bool UserCreatable { get; }
Property value
Type: System.Boolean
true如果使用者可以建立欄位的欄位型別 ;否則, false。