ServiceElementValue Property
Gets the value of the element as the .NET type it is stored as.
Namespace: InTheHand.Net.Bluetooth.SdpAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public Object Value { get; }
Public ReadOnly Property Value As Object
Get
public:
property Object^ Value {
Object^ get ();
}
member Value : Object with get
Property Value
Object
In most cases the type-specific property should be used instead, e.g
GetValueAsElementList,
GetValueAsUri,
GetValueAsUuid, etc.