SPPeoplePickerSearchActiveDirectoryDomain.IsForest property
Gets or sets a Boolean value that specifies whether the Active Directory domain is a forest.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsForest As Boolean
Get
Set
'Usage
Dim instance As SPPeoplePickerSearchActiveDirectoryDomain
Dim value As Boolean
value = instance.IsForest
instance.IsForest = value
public bool IsForest { get; set; }
Property value
Type: System.Boolean
true if the domain is a forest; otherwise, false.
See also
Reference
SPPeoplePickerSearchActiveDirectoryDomain class