GPSitesContainer.ForestName Property

 

Gets the full Domain Name System (DNS) name of the forest in which the GPSitesContainer resides; this is the name of the forest root domain.

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)

Syntax

public string ForestName { get; }
public:
property String^ ForestName {
    String^ get();
}
member ForestName : string with get
Public ReadOnly Property ForestName As String

Property Value

Type: System.String

Returns String.

See Also

GPSitesContainer Class
Microsoft.GroupPolicy Namespace

Return to top