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
- name
Type: System..::..String
The name of the parameter.
Return Value
Type: System..::..Boolean
true if the parameter was removed, otherwise false.