Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
SemanticValue.ICollection<KeyValuePair<String, SemanticValue>>.IsReadOnly Property
Gets a value that indicates whether the collection is read-only.
Namespace: Microsoft.Speech.Recognition
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Private ReadOnly Property IsReadOnly As Boolean
Implements ICollection(Of KeyValuePair(Of String, SemanticValue)).IsReadOnly
Get
'Usage
Dim instance As SemanticValue
Dim value As Boolean
value = CType(instance, ICollection(Of KeyValuePair(Of String, SemanticValue))).IsReadOnly
bool ICollection<KeyValuePair<string, SemanticValue>>.IsReadOnly { get; }
Property Value
Type: System.Boolean
Returns a value that indicates whether the collection is read-only.