Share via


GetFeatureParameterValue Method

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

Return Value

Type: System..::..String
Returns nullNothingnullptrunita null reference (Nothing in Visual Basic), if the parameter does not exist. Returns the value of the parameter, if it exists (can be [String.Empty]).

See Also

Reference

RealTimeEndpoint Class

RealTimeEndpoint Members

Microsoft.Rtc.Signaling Namespace