Participant.UriParameters Property
Gets a collection of URI parameters. May be empty if the URI cannot be parsed.
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<NameValuePair>