IEmailNotificationConfiguration.LastModifiedBy Property

 

Applies To: Windows Server Update Services

Gets the name of the last administrator to modify the e-mail notification settings.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

string LastModifiedBy { get; }
property String^ LastModifiedBy {
    String^ get();
}
abstract LastModifiedBy : string with get
ReadOnly Property LastModifiedBy As String

Property Value

Type: System.String

The name of the last administrator to modify the email notification settings.

See Also

IEmailNotificationConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top