Gets the Stream Label.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
Label 
As 

ChannelLabel
C#
public 

ChannelLabel 
Label { 
get; }
Visual C++
public:
virtual 
property 

ChannelLabel 
Label {
	

ChannelLabel 
get () 
sealed;
}
JavaScript
function get_
label();

See Also