ComputerTargetScope.ToLastSyncTime Property
Applies To: Windows Server Update Services
Gets or sets the latest last synchronization time to search for.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public DateTime ToLastSyncTime { get; set; }
public:
property DateTime ToLastSyncTime {
DateTime get();
void set(DateTime value);
}
member ToLastSyncTime : DateTime with get, set
Public Property ToLastSyncTime As Date
Property Value
Type: System.DateTime
The latest LastSyncTime to search for. A computer will be included only if its last synchronization time is earlier than or equal to this value.
Remarks
Defaults to DateTime.MaxValue.
See Also
ComputerTargetScope Class
Microsoft.UpdateServices.Administration Namespace
Return to top