ServiceRecordBuilderAddCustomAttribute(ServiceAttribute) Method
Add a custom attribute from a given ServiceAttribute
Namespace: InTheHand.Net.Bluetooth.SdpAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public void AddCustomAttribute(
ServiceAttribute serviceAttribute
)
Public Sub AddCustomAttribute (
serviceAttribute As ServiceAttribute
)
public:
void AddCustomAttribute(
ServiceAttribute^ serviceAttribute
)
member AddCustomAttribute :
serviceAttribute : ServiceAttribute -> unit
Parameters
- serviceAttribute ServiceAttribute
- An attribute as a
ServiceAttribute instance.