StarterGpoBackup.CreatedTime Property

 

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

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

Syntax

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

Property Value

Type: System.DateTime

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

Remarks

The value is expressed in local time.

See Also

StarterGpoBackup Class
Microsoft.GroupPolicy Namespace

Return to top