SdpBandwidth.Value Property
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
'Declaration
Public Property Value As Long
Get
Set
'Usage
Dim instance As SdpBandwidth
Dim value As Long
value = instance.Value
instance.Value = value
public long Value { get; set; }
Property Value
Type: System.Int64