ILicenseAgreement Interface

 

Applies To: Windows Server Update Services

Use this interface to retrieve the text of the license agreement and to determine if the agreement was accepted and by whom. To retrieve this interface, call GetLicenseAgreement.

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

Syntax

public interface ILicenseAgreement
public interface class ILicenseAgreement
type ILicenseAgreement = interface end
Public Interface ILicenseAgreement

Properties

Name Description
System_CAPS_pubproperty AcceptedDate

Retrieves the date when the administrator accepted the license agreement.

System_CAPS_pubproperty AdministratorName

Retrieves the name of the administrator who accepted the license agreement.

System_CAPS_pubproperty Id

Retrieves the unique identifier of the license agreement.

System_CAPS_pubproperty IsAccepted

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

System_CAPS_pubproperty Text

Retrieves the text of the license agreement.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top