Gpo.Description Property

 

Gets or sets the comment (or description) associated with the Group Policy object (GPO).

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

Syntax

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

Property Value

Type: System.String

Returns String. The comment.

See Also

Gpo Class
Microsoft.GroupPolicy Namespace

Return to top