IDownstreamServer.Version Property

 

Applies To: Windows Server Update Services

Gets the version of WSUS that is installed on the downstream server

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

Syntax

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

Property Value

Type: System.Version

A Version object representing the version of WSUS that is installed on the downstream server.

See Also

IDownstreamServer Interface
Microsoft.UpdateServices.Administration Namespace

Return to top