Gpo.DisplayName Property

 

Gets or sets the display name of the Group Policy object (GPO).

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

Syntax

public string DisplayName { get; set; }
public:
property String^ DisplayName {
    String^ get();
    void set(String^ value);
}
member DisplayName : string with get, set
Public Property DisplayName As String

Property Value

Type: System.String

Returns String. The display name of the GPO.

Remarks

More than one GPO may have the same display name. GPOs are identified in the directory service by the GPO ID, which is a GUID. GPOs are not indentified in the directory service by display name.

See Also

Gpo Class
Microsoft.GroupPolicy Namespace

Return to top