IUpdateSummary.ComputerTargetId Property
Applies To: Windows Server Update Services
Gets the GUID string of the client computer.
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 GUID string of the client computer. The string is empty if the counts represent more than one client computer.
Remarks
To get the IComputerTarget that is associated with the identifier, call GetComputerTarget, setting the string to ComputerTargetId.
See Also
IUpdateSummary Interface
Microsoft.UpdateServices.Administration Namespace
Return to top