Gpo.ModificationTime Property

 

Gets the time at which the Group Policy object (GPO) was last modified.

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

Syntax

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

Property Value

Type: System.DateTime

Returns DateTime. The time at which the GPO was last modified.

Remarks

This property is given in the local time zone of the computer.

See Also

Gpo Class
Microsoft.GroupPolicy Namespace

Return to top