UpdateScope.ToArrivalDate Property
Applies To: Windows Server Update Services
Gets or sets the maximum arrival date to search for. An update will be included only if its arrival date is less than or equal to this value.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public DateTime ToArrivalDate { get; set; }
public:
property DateTime ToArrivalDate {
DateTime get();
void set(DateTime value);
}
member ToArrivalDate : DateTime with get, set
Public Property ToArrivalDate As Date
Property Value
Type: System.DateTime
The maximum arrival date to search for. An update will be included only if its arrival date is less than or equal to this value. Defaults to DateTime.MaxValue.
See Also
UpdateScope Class
Microsoft.UpdateServices.Administration Namespace
Return to top