IUpdate.IsDeclined Property
Applies To: Windows Server Update Services
Gets whether this update is declined.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
bool IsDeclined { get; }
property bool IsDeclined {
bool get();
}
abstract IsDeclined : bool with get
ReadOnly Property IsDeclined As Boolean
Property Value
Type: System.Boolean
true if the update is declined, otherwise false.
Remarks
Declined updates will not be available to computers, and you will not get status for them.
See Also
IUpdate Interface
Microsoft.UpdateServices.Administration Namespace
Return to top