ServiceElementGetValueAsUuid Method

Gets the value as a Guid.

Definition

Namespace: InTheHand.Net.Bluetooth.Sdp
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public Guid GetValueAsUuid()

Return Value

Guid
The UUID value as a Guid.

Exceptions

InvalidOperationException The service element is not of type ElementType.Uuid128.

See Also