ILicenseAgreement.AcceptedDate Property
Applies To: Windows Server Update Services
Retrieves the date when the administrator accepted the license agreement.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
DateTime AcceptedDate { get; }
property DateTime AcceptedDate {
DateTime get();
}
abstract AcceptedDate : DateTime with get
ReadOnly Property AcceptedDate As Date
Property Value
Type: System.DateTime
Date and time when the administrator first accepted the license agreement. The date is in Coordinated Universal Time. The value is DateTime.MinValue if IsAccepted is false.
See Also
ILicenseAgreement Interface
Microsoft.UpdateServices.Administration Namespace
Return to top