UriParameters Property

Gets a collection of URI parameters.

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

Syntax

'Declaration
Public ReadOnly Property UriParameters As IEnumerable(Of NameValuePair)
    Get
'Usage
Dim instance As Participant
Dim value As IEnumerable(Of NameValuePair)

value = instance.UriParameters
public IEnumerable<NameValuePair> UriParameters { get; }

Property Value

Type: System.Collections.Generic..::..IEnumerable<(Of <(<'NameValuePair>)>)>

Remarks

The collection might be empty if the URI cannot be parsed.

See Also

Reference

Participant Class

Participant Members

Microsoft.Rtc.Signaling Namespace