Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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