RemoveFeatureParameter Method

Removes a feature parameter matching the name if it exists.

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

Syntax

'Declaration
Public Function RemoveFeatureParameter ( _
    name As String _
) As Boolean
'Usage
Dim instance As RealTimeEndpoint
Dim name As String
Dim returnValue As Boolean

returnValue = instance.RemoveFeatureParameter(name)
public bool RemoveFeatureParameter(
    string name
)

Parameters

Return Value

Type: System..::..Boolean
true if the parameter was removed, otherwise false.

See Also

Reference

RealTimeEndpoint Class

RealTimeEndpoint Members

Microsoft.Rtc.Signaling Namespace