StarterGpoBackup.DomainName Property

 

Gets the name of the domain in which the Starter GPO existed when it was backed up.

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 domain name.

Remarks

This is the full Domain Name System (DNS) name, such as example.microsoft.com.

See Also

StarterGpoBackup Class
Microsoft.GroupPolicy Namespace

Return to top