IDownstreamServer.LastRollupTime Property
Applies To: Windows Server Update Services
Gets the UTC time that the downstream server last rolled up reporting data to this server.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
DateTime LastRollupTime { get; }
property DateTime LastRollupTime {
DateTime get();
}
abstract LastRollupTime : DateTime with get
ReadOnly Property LastRollupTime As Date
Property Value
Type: System.DateTime
The UTC time that the downstream server last rolled up reporting data to this server.
See Also
IDownstreamServer Interface
Microsoft.UpdateServices.Administration Namespace
Return to top