ServiceRecordGetAttributeById(ServiceAttributeId) Method
Returns the attribute with the given ID.
Namespace: InTheHand.Net.Bluetooth.SdpAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public ServiceAttribute GetAttributeById(
ServiceAttributeId id
)
Public Function GetAttributeById (
id As ServiceAttributeId
) As ServiceAttribute
public:
ServiceAttribute^ GetAttributeById(
ServiceAttributeId id
)
member GetAttributeById :
id : ServiceAttributeId -> ServiceAttribute
- id ServiceAttributeId
- The Attribute Id as a ServiceAttributeId.
ServiceAttributeA
ServiceAttribute holding
the attribute with the specified ID.
Is never
.