LBM .Net API Documentation
setAttributeValue Method (attributeName, attributeValue)
Namespacescom.latencybusters.lbmLBMContextsetAttributeValue(String, String)
Set the value of a context-related attribute for this context.
Declaration Syntax
C#
public void setAttributeValue(
	string attributeName,
	string attributeValue
)
Parameters
attributeName (String)
Name of the attribute to set
attributeValue (String)
New attribute value
Remarks
Note that this method bypasses the property list. As such no attributes configured using this method will appear in the property list.
Exceptions
ExceptionCondition
Invalid argument or unexpected operational behavior has been encountered by unmanaged LBM C layer function.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0