IUpdateApproval.CreationDate Property

 

Applies To: Windows Server Update Services

Gets the date and time when the administrator approved the update for deployment.

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

Syntax

DateTime CreationDate { get; }
property DateTime CreationDate {
    DateTime get();
}
abstract CreationDate : DateTime with get
ReadOnly Property CreationDate As Date

Property Value

Type: System.DateTime

Date and time that the administrator approved the update for deployment. The date is in Coordinated Universal Time.

See Also

IUpdateApproval Interface
Microsoft.UpdateServices.Administration Namespace

Return to top