ISubscriptionEvent.CreationDate Property

 

Applies To: Windows Server Update Services

Gets the date and time when the event was generated.

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

The date and time when the event was generated in Coordinated Universal Time.

See Also

ISubscriptionEvent Interface
Microsoft.UpdateServices.Administration Namespace

Return to top