IInventoryItem.IsSummedAcrossComputers Property

 

Applies To: Windows Server Update Services

Flag indicating if this item is being used in a summary. Some properties will be null if this is true.

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

Syntax

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

Property Value

Type: System.Boolean

Flag indicating if this item is being used in a summary.

See Also

IInventoryItem Interface
Microsoft.UpdateServices.Administration Namespace

Return to top