Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Windows Server Update Services
Gets or sets whether the downstream server should roll up detailed computer and update status information.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
bool DoDetailedRollup { get; set; }
property bool DoDetailedRollup {
bool get();
void set(bool value);
}
abstract DoDetailedRollup : bool with get, set
Property DoDetailedRollup As Boolean
Property Value
Type: System.Boolean
If true, the downstream server should roll up detailed computer and update status information, otherwise false.
See Also
IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace
Return to top