共用方式為


SPPeoplePickerSettings class

代表用以人員選擇 」 控制項中選取使用者、 通訊群組清單,以及SharePoint Foundation使用者介面中的安全性群組的設定。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPeoplePickerSettings

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPPeoplePickerSettings _
    Inherits SPAutoSerializingObject
'用途
Dim instance As SPPeoplePickerSettings
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPPeoplePickerSettings : SPAutoSerializingObject

備註

使用SPWebApplication類別之**PeoplePickerSettings()**屬性可傳回可用的 web 應用程式的人員選擇] 設定。

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

SPPeoplePickerSettings members

Microsoft.SharePoint.Administration namespace