 |
| BcfRowViewSetDictionaryValue Method |
Set a value in dictionary specified by propertyName.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.2.1.2
Syntaxprotected void SetDictionaryValue(
Object value,
string propertyName = null
)
Protected Sub SetDictionaryValue (
value As Object,
Optional propertyName As String = Nothing
)
protected:
void SetDictionaryValue(
Object^ value,
String^ propertyName = nullptr
)
member SetDictionaryValue :
value : Object *
?propertyName : string
(* Defaults:
let _propertyName = defaultArg propertyName null
*)
-> unit
Parameters
- value
- Type: SystemObject
The value. - propertyName (Optional)
- Type: SystemString
Name of the property.
Exceptions
Examples
Version InformationCalculationWorks.ViewModel.Forms
Supported in: 3.2
See Also