IUpdate.IsApproved Property
Applies To: Windows Server Update Services
Gets whether this revision of the update is approved for at least one target group.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
bool IsApproved { get; }
property bool IsApproved {
bool get();
}
abstract IsApproved : bool with get
ReadOnly Property IsApproved As Boolean
Property Value
Type: System.Boolean
true if this revision of the update is approved for at least one target group, otherwise false.
See Also
IUpdate Interface
Microsoft.UpdateServices.Administration Namespace
Return to top