GpoLink.DisplayName Property

 

Gets the display name of the GPO for this link.

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 GPO.

See Also

GpoLink Class
Microsoft.GroupPolicy Namespace

Return to top