IUpdate.LegacyName
Retrieves the name of the update that was used in previous versions.
public String LegacyName {get;}
Public ReadOnly Property LegacyName As String
Property Value
Name of the update that was used in previous versions; otherwise, an empty string.
Remarks
For most updates, the value will be String.Empty. However, this property can be used for migrating older updates to the current version of WSUS.
Requirements
Server | Requires Windows Server 2003 or Windows 2000 Server SP4 and later. |
Namespace | Defined in Microsoft.UpdateServices.Administration. |
Assembly | Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll). |
.NET Framework | Requires .NET Framework 1.1. |