Share via


IInventoryItem.NumberOfInstances Property

 

Applies To: Windows Server Update Services

The number of instances of this application in the system. This is always == 1 if got from a single computer.

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

Syntax

int NumberOfInstances { get; }
property int NumberOfInstances {
    int get();
}
abstract NumberOfInstances : int with get
ReadOnly Property NumberOfInstances As Integer

Property Value

Type: System.Int32

The number of instances of this application in the system.

See Also

IInventoryItem Interface
Microsoft.UpdateServices.Administration Namespace

Return to top