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