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 | |
---|---|---|
AcceptedDate | Retrieves the date when the administrator accepted the license agreement. |
|
AdministratorName | Retrieves the name of the administrator who accepted the license agreement. |
|
Id | Retrieves the unique identifier of the license agreement. |
|
IsAccepted | Retrieves the value that indicates if the license agreement has been accepted. |
|
Text | Retrieves the text of the license agreement. |
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top