Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the value of the given parameter.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function GetFeatureParameterValue ( _
name As String _
) As String
'Usage
Dim instance As RealTimeEndpoint
Dim name As String
Dim returnValue As String
returnValue = instance.GetFeatureParameterValue(name)
public string GetFeatureParameterValue(
string name
)
Parameters
- name
Type: System.String
The name of the parameter.
Return Value
Type: System.String
Returns null, if the parameter does not exist. Returns the value of the parameter, if it exists (can be String.Empty).