Gets the length in bytes of the stream. Not supported.

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

Syntax

Visual Basic (Declaration)
Public 
Overrides 
ReadOnly 
Property 
Length 
As 
Long
C#
public 
override 
long 
Length { 
get; }
Visual C++
public:
virtual 
property 
long long 
Length {
	
long long 
get () 
override;
}
JavaScript
function get_
length();

See Also