IEmailNotificationConfiguration.LastModifiedTime Property
Applies To: Windows Server Update Services
Gets the last time e-mail notification 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 e-mail notification settings were modified in UTC Time.
See Also
IEmailNotificationConfiguration Interface
Microsoft.UpdateServices.Administration Namespace
Return to top