IUpdateInstallationInfo.GetComputerTarget Method ()
Applies To: Windows Server Update Services
Gets the client computer that is associated with this information.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
IComputerTarget GetComputerTarget()
IComputerTarget^ GetComputerTarget()
abstract GetComputerTarget : unit -> IComputerTarget
Function GetComputerTarget As IComputerTarget
Return Value
Type: Microsoft.UpdateServices.Administration.IComputerTarget
An IComputerTarget that represents the client computer that is associated with the installation information.
See Also
IUpdateInstallationInfo Interface
Microsoft.UpdateServices.Administration Namespace
Return to top