Gpo.CreationTime Property

 

Gets the time at which the Group Policy object (GPO) 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 time at which the GPO was created.

Remarks

The creation time is in the local time zone of the computer.

See Also

Gpo Class
Microsoft.GroupPolicy Namespace

Return to top