IComputerTarget.ClientVersion Property
Applies To: Windows Server Update Services
Gets the version of the client.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
Version ClientVersion { get; }
property Version^ ClientVersion {
Version^ get();
}
abstract ClientVersion : Version with get
ReadOnly Property ClientVersion As Version
Property Value
Type: System.Version
A Version representing the version of the client software.
See Also
IComputerTarget Interface
Microsoft.UpdateServices.Administration Namespace
Return to top