StarterGpoBackup.Comment Property

 

Gets the comment associated with the Starter Group Policy object (GPO) backup.

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

Syntax

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

Property Value

Type: System.String

Returns String. The comment.

See Also

StarterGpoBackup Class
Microsoft.GroupPolicy Namespace

Return to top