IUpdateServerConfiguration.AutoRefreshUpdateApprovalsDeclineExpired Property

 

Applies To: Windows Server Update Services

Gets or sets whether an update should be automatically declined when it is revised to be expired and AutoRefreshUpdateApprovals is enabled.

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

Syntax

bool AutoRefreshUpdateApprovalsDeclineExpired { get; set; }
property bool AutoRefreshUpdateApprovalsDeclineExpired {
    bool get();
    void set(bool value);
}
abstract AutoRefreshUpdateApprovalsDeclineExpired : bool with get, set
Property AutoRefreshUpdateApprovalsDeclineExpired As Boolean

Property Value

Type: System.Boolean

true if an update should be automatically declined during import if it is expired. false if the update will not be declined.

Remarks

This configuration value is used only when the AutoRefreshUpdateApprovals configuration value is enabled.

See Also

IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top