IUpdateClassification.ArrivalDate Property
Applies To: Windows Server Update Services
Gets the date and time when the classification was added.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
DateTime ArrivalDate { get; }
property DateTime ArrivalDate {
DateTime get();
}
abstract ArrivalDate : DateTime with get
ReadOnly Property ArrivalDate As Date
Property Value
Type: System.DateTime
The date and time when the classification was added.
See Also
IUpdateClassification Interface
Microsoft.UpdateServices.Administration Namespace
Return to top