Edit

Share via


RealTimeEndpoint.GetFeatureParameterValue(String) Method

Definition

Gets the value of the given parameter.

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

Parameters

name
String

The name of the parameter.

Returns

Returns null, if the parameter does not exist. Returns the value of the parameter, if it exists (can be String.Empty).

Applies to