In The Hand
GetAttributeByIndex Method (index)
NamespacesInTheHand.Net.BluetoothServiceRecordGetAttributeByIndex(Int32)
.NET Components for Mobility
Gets the attribute at the specified index.
Declaration Syntax
C#Visual Basic
public ServiceAttribute GetAttributeByIndex(
	int index
)
Public Function GetAttributeByIndex ( _
	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. Is never nullNothingnullptr.
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: 3.0.0.0