SPFieldUser.SelectionMode property
取得或設定值,指定是否選取只有個人或個人和群組來建立或編輯清單項目表單中的欄位值時。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property SelectionMode As SPFieldUserSelectionMode
Get
Set
'用途
Dim instance As SPFieldUser
Dim value As SPFieldUserSelectionMode
value = instance.SelectionMode
instance.SelectionMode = value
public SPFieldUserSelectionMode SelectionMode { get; set; }
Property value
Type: Microsoft.SharePoint.SPFieldUserSelectionMode
指定的個人,或個人和群組是否可以在表單中選取SPFieldUserSelectionMode值。