RealTimeEndpoint.GetFeatureParameterValue(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.
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).