IUpdateApproval.IsOptional Property

 

Applies To: Windows Server Update Services

Gets whether this update approval is optional to clients.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

bool IsOptional { get; }
property bool IsOptional {
    bool get();
}
abstract IsOptional : bool with get
ReadOnly Property IsOptional As Boolean

Property Value

Type: System.Boolean

If true, the update is made available to clients, but clients will not be required to install the update. If false, the Automatic Updates client will automatically install the update on client machines.

See Also

IUpdateApproval Interface
Microsoft.UpdateServices.Administration Namespace

Return to top