SPPeoplePickerSettings.NoWindowsAccountsForNonWindowsAuthenticationMode-Eigenschaft
Dient zum Abrufen oder Festlegen eines booleschen Werts, das angibt, ob die Personenauswahl Windows-Konten suchen soll, wenn Sie der aktuelle Port die formularbasierte Authentifizierung verwendet wird.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property NoWindowsAccountsForNonWindowsAuthenticationMode As Boolean
Get
Set
'Usage
Dim instance As SPPeoplePickerSettings
Dim value As Boolean
value = instance.NoWindowsAccountsForNonWindowsAuthenticationMode
instance.NoWindowsAccountsForNonWindowsAuthenticationMode = value
public bool NoWindowsAccountsForNonWindowsAuthenticationMode { get; set; }
Eigenschaftswert
Typ: System.Boolean
true Wenn die Personenauswahl Windows-Konten suchen soll, wenn Sie der aktuelle Port die formularbasierte Authentifizierung verwendet; andernfalls false.