IUpdateServer.Version Property

 

Applies To: Windows Server Update Services

Get the version of the update 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

The version of the update server.

See Also

IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace

Return to top