Click or drag to resize
CalculationWorks Logo
BcfRowViewSetDictionaryValue Method
Set a value in dictionary specified by propertyName.

Namespace: CalculationWorks.ViewModel.Windows
Assembly: CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 3.2.1.2
Syntax
protected void SetDictionaryValue(
	Object value,
	string propertyName = null
)

Parameters

value
Type: SystemObject
The value.
propertyName (Optional)
Type: SystemString
Name of the property.
Exceptions
ExceptionCondition
ArgumentNullExceptionpropertyName is null
Examples
Version Information

CalculationWorks.ViewModel.Windows

Supported in: 3.2
See Also