UpdateSummaryCollection.Item(Int32)
Retrieves or sets the member of the collection at the specified index.
public IUpdateSummary this[Int32index] {get; set;}
Public Property Item( _
ByVal index As Int32 _
) As IUpdateSummary
Parameters
- index
Zero-based index of the member to retrieve or set.
Exceptions
Exception type | Condition |
---|---|
System.ArgumentException | The summary installation information for the update already exists in this collection. |
System.ArgumentNullException | Cannot set a member of the collection to null. |
System.ArgumentOutOfRangeException | index cannot be less than zero or greater than UpdateSummaryCollection.Count. |
Remarks
This property is an indexer in C#.
Requirements
Server | Requires Windows Server 2003 or Windows 2000 Server SP4 and later. |
Namespace | Defined in Microsoft.UpdateServices.Administration. |
Assembly | Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll). |
.NET Framework | Requires .NET Framework 1.1. |