Gets the value as a list of ServiceElement.
| C# | Visual Basic |
public IList<ServiceElement> GetValueAsElementList()
Public Function GetValueAsElementList As IList(Of ServiceElement)
[Missing <returns> documentation for "M:InTheHand.Net.Bluetooth.ServiceElement.GetValueAsElementList"]
| Exception | Condition |
|---|---|
| InvalidOperationException |
The service element is not of type
ElementType.ElementSequence
or ElementAlternative.
|