Set the dynamic variable at the given path to the given value, expressed as a string in CSV style.

Namespace: StreamBase.SB.Client
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetDynamicVariable(
	string dynamicVariablePath,
	string value
)
Public Sub SetDynamicVariable ( _
	dynamicVariablePath As String, _
	value As String _
)
public:
void SetDynamicVariable(
	String^ dynamicVariablePath, 
	String^ value
)

Parameters

dynamicVariablePath
String
value
String

Exceptions

ExceptionCondition
StreamBase.SB..::..StreamBaseException if the dynamic variable does not exist, or the value is not appropriate for setting the dynamic variable

See Also