StarterGpo.CreationTime Property

 

Gets the DateTime object that represents the time at which the Starter 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 creation time of the Starter GPO.

Remarks

The time is in the system's local time zone.

See Also

DateTime
StarterGpo Class
Microsoft.GroupPolicy Namespace

Return to top