IUpdate.RequiresLicenseAgreementAcceptance Property

 

Applies To: Windows Server Update Services

Gets whether the update requires a user to accept the license agreement.

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

Syntax

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

Property Value

Type: System.Boolean

true if the update requires a user to accept the license agreement before you can approve the update for deployment, otherwise false.

Remarks

To get the license agreement, call GetLicenseAgreement.

See Also

IUpdate Interface
Microsoft.UpdateServices.Administration Namespace

Return to top