Length Property

Gets the length in bytes of the stream.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Length As Long
    Get
'Usage
Dim instance As SpeechSynthesisConnector
Dim value As Long

value = instance.Length
public override long Length { get; }

Property Value

Type: System..::..Int64

Remarks

Not supported.

See Also

Reference

SpeechSynthesisConnector Class

SpeechSynthesisConnector Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace