Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Windows Server Update Services
Gets the ID of the computer that this UpdateInstallationInfo object describes.
Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
string ComputerTargetId { get; }
property String^ ComputerTargetId {
    String^ get();
}
abstract ComputerTargetId : string with get
ReadOnly Property ComputerTargetId As String
Property Value
Type: System.String
The ID of the computer that this UpdateInstallationInfo object describes.
See Also
IUpdateInstallationInfo Interface
Microsoft.UpdateServices.Administration Namespace
Return to top