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