SemanticValue..::..ICollection<(Of <(<'KeyValuePair<(Of <(<'String, SemanticValue>)>)>>)>)>..::..IsReadOnly Property |
SemanticValue Class See Also Send Feedback |
Gets a value that indicates whether the collection is read-only.
Namespace:
Microsoft.Speech.Recognition
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Private ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of KeyValuePair(Of String, SemanticValue)).IsReadOnly Get |
Visual Basic (Usage) |
---|
Dim instance As SemanticValue Dim value As Boolean value = CType(instance, ICollection(Of KeyValuePair(Of String, SemanticValue))).IsReadOnly |
C# |
---|
bool ICollection<KeyValuePair<string, SemanticValue>>.IsReadOnly { get; } |
Property Value
Type: System..::..BooleanReturns a value that indicates whether the collection is read-only.