ServiceElementGetValueAsElementList Method

Gets the value as a list of ServiceElement.

Definition

Namespace: InTheHand.Net.Bluetooth.Sdp
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public IList<ServiceElement> GetValueAsElementList()

Return Value

IListServiceElement
The list of elements as an list.

Exceptions

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

See Also