IUpdateInstallationInfo.ComputerTargetId Property
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