SdpAttribute.Value Property
Gets or sets the attribute value. 'null' indicates the attribute does not have a value (no ":" will appear after name).
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property Value As String
Get
Set
'Usage
Dim instance As SdpAttribute
Dim value As String
value = instance.Value
instance.Value = value
public string Value { get; set; }
Property Value
Type: System.String