GpoBackup.DisplayName Property

 

Gets the display name of the backed-up Group Policy object (GPO).

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

Syntax

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

Property Value

Type: System.String

Returns String. The display name of the backed-up GPO.

Remarks

More than one GPO can have the same display name. GPOs are identified in the directory service by the ID (GUID), not by the display name.

See Also

GpoBackup Class
Microsoft.GroupPolicy Namespace

Return to top