ISubscription.LastModifiedBy Property
Applies To: Windows Server Update Services
Gets the name of the user who last modified the WSUS server subscription 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
Name of the user who last modified the WSUS server subscription settings. The name is of the form domain\user name.
Remarks
If the settings have not been changed since WSUS was installed, the name is the user who installed WSUS.
See Also
ISubscription Interface
Microsoft.UpdateServices.Administration Namespace
Return to top