IUpdateEvent.HasAssociatedComputer Property

 

Applies To: Windows Server Update Services

Gets whether this event is associated with a client computer.

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

Syntax

bool HasAssociatedComputer { get; }
property bool HasAssociatedComputer {
    bool get();
}
abstract HasAssociatedComputer : bool with get
ReadOnly Property HasAssociatedComputer As Boolean

Property Value

Type: System.Boolean

true if the event is associated with a client computer, otherwise false.

See Also

IUpdateEvent Interface
Microsoft.UpdateServices.Administration Namespace

Return to top