IUpdate.UpdateSource Property

 

Applies To: Windows Server Update Services

Gets the original source of this update.

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

Syntax

UpdateSource UpdateSource { get; }
property UpdateSource UpdateSource {
    UpdateSource get();
}
abstract UpdateSource : UpdateSource with get
ReadOnly Property UpdateSource As UpdateSource

Property Value

Type: Microsoft.UpdateServices.Administration.UpdateSource

The original source of this update.

See Also

IUpdate Interface
Microsoft.UpdateServices.Administration Namespace

Return to top