SpeechSynthesisConnector.CanTimeout Property
Gets whether the current stream can time out. This property always returns false.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Overrides ReadOnly Property CanTimeout As Boolean
Get
'Usage
Dim instance As SpeechSynthesisConnector
Dim value As Boolean
value = instance.CanTimeout
[ComVisibleAttribute(false)]
public override bool CanTimeout { get; }
Property Value
Type: System.Boolean
See Also
Reference
SpeechSynthesisConnector Class