IUpdateEvent.ComputerId Property

 

Applies To: Windows Server Update Services

Gets the GUID of the computer associated with this event.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

string ComputerId { get; }
property String^ ComputerId {
    String^ get();
}
abstract ComputerId : string with get
ReadOnly Property ComputerId As String

Property Value

Type: System.String

The string value of the GUID of the computer associated with this event. Returns an empty string if there is no computer associated with this event.

See Also

IUpdateEvent Interface
Microsoft.UpdateServices.Administration Namespace

Return to top