Share via


InstallationBehavior.IsSupported

Determines if the update supports the approval action associated with the update.

public bool IsSupported {get; set;}
Public Property IsSupported As bool

Property Value

true if the update supports the action; otherwise, false.

Remarks

Typically, updates support the Install action; however, some updates may not support the Uninstall action.

Requirements

Server Requires Windows Server 2003 or Windows 2000 Server SP4 and later.
Namespace

Defined in Microsoft.UpdateServices.Administration.

Assembly

Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll).

.NET Framework

Requires .NET Framework 1.1.

See Also

IUpdate.Approve
IUpdate.GetUpdateApprovals
UpdateApprovalAction