FieldUser.SelectionGroup 屬性
取得或設定值,指定 SharePoint 群組 (可選取其成員作為欄位的值) 的識別碼。
命名空間: 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 SelectionGroup As Integer
Get
Set
'用途
Dim instance As FieldUser
Dim value As Integer
value = instance.SelectionGroup
instance.SelectionGroup = value
public int SelectionGroup { get; set; }
屬性值
類型:System.Int32
傳回代表 SharePoint 群組的成員可以選取做為欄位的值的識別碼Int32執行個體。