IUpdate.LegacyName Property

 

Applies To: Windows Server Update Services

Gets the name of the update used in previous versions.

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

Syntax

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

Property Value

Type: System.String

The name of the update that was used in previous versions, otherwise an empty string.

Remarks

For most updates, the value will be the empty string. However, this property can be used for migrating older updates to the current version of WSUS.

See Also

IUpdate Interface
Microsoft.UpdateServices.Administration Namespace

Return to top