UpdateScope.FromCreationDate Property

 

Applies To: Windows Server Update Services

Gets or sets the minimum creation date to search for. An update will be included only if its creation 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 FromCreationDate { get; set; }
public:
property DateTime FromCreationDate {
    DateTime get();
    void set(DateTime value);
}
member FromCreationDate : DateTime with get, set
Public Property FromCreationDate As Date

Property Value

Type: System.DateTime

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

See Also

UpdateScope Class
Microsoft.UpdateServices.Administration Namespace

Return to top