Gets the value of the given parameter.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Function 
GetFeatureParameterValue ( _
	
name 
As 
String _
) 
As 
String
C#
public 
string 
GetFeatureParameterValue(
	
string 
name
)
Visual C++
public:
String^ 
GetFeatureParameterValue(
	
String^ 
name
)
JavaScript
function 
getFeatureParameterValue(
name);

Parameters

name
Type: String
The name of the parameter.

Return Value

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

See Also