ServiceElementGetValueAsElementArray Method

Gets the value as a array of ServiceElement.

Definition

Namespace: InTheHand.Net.Bluetooth.Sdp
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public ServiceElement[] GetValueAsElementArray()

Return Value

ServiceElement
The list of elements as an array.

Exceptions

InvalidOperationException The service element is not of type ElementType.ElementSequence or ElementAlternative.

See Also