StarterGpoBackup.DisplayName Property

 

Gets the display name of the backed-up Starter 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 Starter GPO.

Remarks

More than one Starter GPO can have the same display name because GPOs are uniquely identified by their Id property, not by their display name.

See Also

StarterGpoBackup Class
Microsoft.GroupPolicy Namespace

Return to top