Share via


ILicenseAgreement.IsAccepted Property

 

Applies To: Windows Server Update Services

Retrieves the value that indicates if the license agreement has been accepted.

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

Syntax

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

Property Value

Type: System.Boolean

True if the license agreement has been accepted; otherwise, false.

Remarks

A license agreement can cover one or more updates, so accepting the agreement for one update automatically accepts the agreement for the other updates that are covered by the agreement.

Revisions to an update may require the administrator to accept the license agreement again.

See Also

ILicenseAgreement Interface
Microsoft.UpdateServices.Administration Namespace

Return to top