Share via


AvailabilityAddressSpace.ForestName Property

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
<ParameterAttribute(Mandatory := True)> _
<ValidateNotNullOrEmptyAttribute> _
Public Property ForestName As String
    Get
    Set
'Usage
Dim instance As AvailabilityAddressSpace
Dim value As String

value = instance.ForestName

instance.ForestName = value
[ParameterAttribute(Mandatory = true)]
[ValidateNotNullOrEmptyAttribute]
public string ForestName { get; set; }

Property Value

Type: System.String