ComputerTargetScope.FromLastReportedStatusTime Property

 

Applies To: Windows Server Update Services

Gets or sets the earliest reported status time.

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

Syntax

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

Property Value

Type: System.DateTime

The earliest LastReportedStatusTime to search for. A computer will be included only if its LastSyncTime is later than or equal to this value.

Remarks

Defaults to DateTime.MinValue.

See Also

ComputerTargetScope Class
Microsoft.UpdateServices.Administration Namespace

Return to top