Gets or sets the bandwidth value. This property is meaningless if Modifier is an empty string.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
Value 
As 
Long
C#
public 
long 
Value { 
get; 
set; }
Visual C++
public:
property 
long long 
Value {
	
long long 
get ();
	
void 
set (
long long 
value);
}
JavaScript
function get_
value();
function set_
value(
value);

See Also