ComputerTargetScope.ToLastReportedStatusTime Property

 

Applies To: Windows Server Update Services

Gets or sets the latest last reported status time to search for.

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

Syntax

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

Property Value

Type: System.DateTime

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

Remarks

Defaults to DateTime.MaxValue.

See Also

ComputerTargetScope Class
Microsoft.UpdateServices.Administration Namespace

Return to top