ServiceElementValue Property

Gets the value of the element as the .NET type it is stored as.

Definition

Namespace: InTheHand.Net.Bluetooth.Sdp
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public Object Value { get; }

Property Value

Object

Remarks

In most cases the type-specific property should be used instead, e.g GetValueAsElementList, GetValueAsUri, GetValueAsUuid, etc.

See Also