UpdateScope.FromArrivalDate Property

 

Applies To: Windows Server Update Services

Gets or sets the minimum arrival date to search for. An update will be included only if its arrival date is greater than or equal to this value.

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

Syntax

public DateTime FromArrivalDate { get; set; }
public:
property DateTime FromArrivalDate {
    DateTime get();
    void set(DateTime value);
}
member FromArrivalDate : DateTime with get, set
Public Property FromArrivalDate As Date

Property Value

Type: System.DateTime

The minimum arrival date to search for. An update will be included only if its arrival date is greater than or equal to this value. Defaults to DateTime.MinValue.

See Also

UpdateScope Class
Microsoft.UpdateServices.Administration Namespace

Return to top