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.
Retrieves or sets the member of the collection at the specified index.
public IUpdate this[Int32index] {get; set;}
Public Property Item( _
ByVal index As Int32 _
) As IUpdate
Parameters
- index
Zero-based index of the member to retrieve or set.
Exceptions
| Exception type | Condition |
|---|---|
| System.ArgumentException | 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 UpdateCollection.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. |