IUpdateServerConfiguration.LastConfigChange Property
Applies To: Windows Server Update Services
Gets the last time the configuration information changed.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
DateTime LastConfigChange { get; }
property DateTime LastConfigChange {
DateTime get();
}
abstract LastConfigChange : DateTime with get
ReadOnly Property LastConfigChange As Date
Property Value
Type: System.DateTime
The last time an application saved configuration information to the database, in Coordinated Universal Time.
See Also
IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace
Return to top