ServiceRecordBuilderAddCustomAttributes(IEnumerableServiceAttribute) 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(
IEnumerable<ServiceAttribute> serviceAttributes
)
Public Sub AddCustomAttributes (
serviceAttributes As IEnumerable(Of ServiceAttribute)
)
public:
void AddCustomAttributes(
IEnumerable<ServiceAttribute^>^ serviceAttributes
)
member AddCustomAttributes :
serviceAttributes : IEnumerable<ServiceAttribute> -> unit
Parameters
- serviceAttributes IEnumerableServiceAttribute
- A set of attributes as an
IEnumerableT returning
ServiceAttribute instances.