StarterGpo.ModificationTime Property

 

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

Remarks

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

See Also

DateTime
StarterGpo Class
Microsoft.GroupPolicy Namespace

Return to top