RealTimeEndpoint.RemoveFeatureParameter(String) Method

Definition

Removes a feature parameter matching the name if it exists.

public:
 bool RemoveFeatureParameter(System::String ^ name);
public bool RemoveFeatureParameter (string name);
member this.RemoveFeatureParameter : string -> bool
Public Function RemoveFeatureParameter (name As String) As Boolean

Parameters

name
String

The name of the parameter.

Returns

Returns true if the parameter was removed, false otherwise.

Applies to