Value Property

Gets or sets the attribute value.

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

Remarks

nullNothingnullptrunita null reference (Nothing in Visual Basic) indicates the attribute does not have a value (no colon appears after the name).

See Also

Reference

SdpAttribute Class

SdpAttribute Members

Microsoft.Rtc.Signaling Namespace