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)
Available in Sandboxed Solutions: No
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.