ServiceRecordItem Property
Gets the attribute at the specified index.
Namespace: InTheHand.Net.Bluetooth.SdpAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public ServiceAttribute this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As ServiceAttribute
Get
public:
property ServiceAttribute^ default[int index] {
ServiceAttribute^ get (int index);
}
member Item : ServiceAttribute with get
- index Int32
- The zero-based index of the attribute to get.
ServiceAttributeA
ServiceAttribute holding
the attribute at the specified index.
Exception | index is less than 0. -or- index is equal to or greater than Count. |