GpoBackup.CreationTime Property

 

Gets the date and time when the Group Policy object (GPO) backup was created.

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

Syntax

public DateTime CreationTime { get; }
public:
property DateTime CreationTime {
    DateTime get();
}
member CreationTime : DateTime with get
Public ReadOnly Property CreationTime As Date

Property Value

Type: System.DateTime

Returns DateTime. The date and time when the GPO backup was created.

Remarks

The value is expressed in local time.

See Also

GpoBackup Class
Microsoft.GroupPolicy Namespace

Return to top