Gets the attribute at the specified index.
| C# | Visual Basic |
public ServiceAttribute Item[ int index ] { get; }
Public ReadOnly Property Item ( _ index As Integer _ ) As ServiceAttribute
- index (Int32)
- The zero-based index of the attribute to get.
A ServiceAttribute holding
the attribute at the specified index.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException |
index is less than 0. -or- index is equal to or greater than Count. |