ComputerTargetScope.FromLastSyncTime Property

 

Applies To: Windows Server Update Services

Gets or sets the earliest last synchronization time to search for.

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

Syntax

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

Property Value

Type: System.DateTime

The minimum LastSyncTime to search for. A computer will be included only if its last synchronization time is later than or equal to this value.

Remarks

Defaults to DateTime.MaxValue.

See Also

ComputerTargetScope Class
Microsoft.UpdateServices.Administration Namespace

Return to top