SdpBandwidth.Modifier Property
Gets or sets the modifier for bandwidth. Typically "CT" or "AS", but other values are allowed. String.Empty indicates the bandwidth is not specified.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property Modifier As String
Get
Set
'Usage
Dim instance As SdpBandwidth
Dim value As String
value = instance.Modifier
instance.Modifier = value
public string Modifier { get; set; }
Property Value
Type: System.String