IUpdateSummary.IsSummedAcrossAllUpdates Property

 

Applies To: Windows Server Update Services

Gets whether the summary counts are summed across all updates or represent a single update.

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

Syntax

bool IsSummedAcrossAllUpdates { get; }
property bool IsSummedAcrossAllUpdates {
    bool get();
}
abstract IsSummedAcrossAllUpdates : bool with get
ReadOnly Property IsSummedAcrossAllUpdates As Boolean

Property Value

Type: System.Boolean

true if the summary counts are summed across all updates, false if the counts represent a single update.

Remarks

If false, UpdateId identifies the update.

See Also

IUpdateSummary Interface
Microsoft.UpdateServices.Administration Namespace

Return to top