IUpdateEvent.HasAssociatedUpdate Property
Applies To: Windows Server Update Services
Gets whether the event is associated with an update.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
bool HasAssociatedUpdate { get; }
property bool HasAssociatedUpdate {
bool get();
}
abstract HasAssociatedUpdate : bool with get
ReadOnly Property HasAssociatedUpdate As Boolean
Property Value
Type: System.Boolean
true if the event is associated with an update, otherwise false.
See Also
IUpdateEvent Interface
Microsoft.UpdateServices.Administration Namespace
Return to top