SemanticProperty.Value property

Gets the value of the semantic property.

Syntax

public object Value { get; }
Public ReadOnly Property Value As Object
public:
property Object^ Value { 
   Object^ get();
}

Property value

Type: System.Object [.NET] | Platform::Object [C++]

The value of the semantic property.

Remarks

If multiple properties with the same name are returned, the Value property returns the first instance of the property. To get all instances of the property, use the GetAllValues method.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Speech.Recognition Windows::Phone::Speech::Recognition [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_SPEECH_RECOGNITION [Windows Phone] ID_CAP_MICROPHONE [Windows Phone] ID_CAP_NETWORKING [Windows Phone]

See also

SemanticProperty