In The Hand - .NET Components for Mobility
Item Property (index)
NamespacesInTheHand.Net.BluetoothServiceRecordItem[([(Int32])])
Gets the attribute at the specified index.
Declaration Syntax
C#Visual Basic
public ServiceAttribute Item[
	int index
] { get; }
Public ReadOnly Property Item ( _
	index As Integer _
) As ServiceAttribute
Parameters
index (Int32)
The zero-based index of the attribute to get.
Return Value
A ServiceAttribute holding the attribute at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException

index is less than 0.

-or-

index is equal to or greater than Count.


Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 2.2.0.0