Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets whether the current stream supports writing. This property always returns true.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property CanWrite As Boolean
Get
'Usage
Dim instance As SpeechSynthesisConnector
Dim value As Boolean
value = instance.CanWrite
public override bool CanWrite { get; }
Property Value
Type: System.Boolean
See Also
Reference
SpeechSynthesisConnector Class