SPPeoplePickerSettings.ServiceAccountDirectoryPaths property
Gets a collection that contains the directory paths of the service account.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ServiceAccountDirectoryPaths As Collection(Of String)
Get
'Usage
Dim instance As SPPeoplePickerSettings
Dim value As Collection(Of String)
value = instance.ServiceAccountDirectoryPaths
public Collection<string> ServiceAccountDirectoryPaths { get; }
Property value
Type: System.Collections.ObjectModel.Collection<String>
A collection that contains the directory paths of the service account.