Connection.IsDirectoryService property
Gets a Boolean value that indicates whether the data source type is a directory service.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property IsDirectoryService As Boolean
Get
'Usage
Dim instance As Connection
Dim value As Boolean
value = instance.IsDirectoryService
public bool IsDirectoryService { get; }
Property value
Type: System.Boolean
true if the data source type is a directory service; otherwise false.