FieldUser.SelectionMode 屬性
取得或設定值,指定能選取使用者與群組或只能選取使用者。
命名空間: 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 Property SelectionMode As FieldUserSelectionMode
Get
Set
'用途
Dim instance As FieldUser
Dim value As FieldUserSelectionMode
value = instance.SelectionMode
instance.SelectionMode = value
public FieldUserSelectionMode SelectionMode { get; set; }
屬性值
類型:Microsoft.SharePoint.Client.FieldUserSelectionMode
是否可以選取使用者與群組或只有使用者,會傳回代表FieldUserSelectionMode執行個體。