FeatureParameters Property

Gets the collection of feature parameters.

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

Syntax

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

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

Property Value

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

See Also

Reference

Participant Class

Participant Members

Microsoft.Rtc.Signaling Namespace