ISubscription.LastModifiedTime Property
Applies To: Windows Server Update Services
Gets the last time the WSUS server subscription settings were modified.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
DateTime LastModifiedTime { get; }
property DateTime LastModifiedTime {
DateTime get();
}
abstract LastModifiedTime : DateTime with get
ReadOnly Property LastModifiedTime As Date
Property Value
Type: System.DateTime
The last time the subscription settings were modified in Coordinated Universal Time.
Remarks
If the settings have not been changed since WSUS was installed, the date is the WSUS installation date.
See Also
ISubscription Interface
Microsoft.UpdateServices.Administration Namespace
Return to top