GPSitesContainer.DomainName Property

 

Gets the name of the domain that is being used to perform site operations.

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

Syntax

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

Property Value

Type: System.String

Returns String. The name of the domain.

Remarks

This is the full domain name system (DNS) name; for example, example.microsoft.com.

See Also

GPSitesContainer Class
Microsoft.GroupPolicy Namespace

Return to top