RunspaceServerSettingsPresentationObject.ViewEntireForest Property
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property ViewEntireForest As Boolean
Get
Set
'Usage
Dim instance As RunspaceServerSettingsPresentationObject
Dim value As Boolean
value = instance.ViewEntireForest
instance.ViewEntireForest = value
public bool ViewEntireForest { get; set; }
Property Value
Type: System.Boolean