RealTimeEndpoint.RemoveFeatureParameter(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.