ServiceRecordBuilderAddCustomAttributes(ServiceAttribute) Method
Add a set of custom attribute.
Namespace: InTheHand.Net.Bluetooth.SdpAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public void AddCustomAttributes(
params ServiceAttribute[] serviceAttributes
)
Public Sub AddCustomAttributes (
ParamArray serviceAttributes As ServiceAttribute()
)
public:
void AddCustomAttributes(
... array<ServiceAttribute^>^ serviceAttributes
)
member AddCustomAttributes :
serviceAttributes : ServiceAttribute[] -> unit
Parameters
- serviceAttributes ServiceAttribute
- A set of attributes as an array of
ServiceAttribute.