set View Model Instance Property
fun setViewModelInstanceProperty(viewModelInstanceHandle: ViewModelInstanceHandle, propertyPath: String, valueHandle: ViewModelInstanceHandle)
Assign a view model instance to a nested view model property on the view model instance.
Parameters
view Model Instance Handle
The handle of the view model instance that the property belongs to.
property Path
The path to the property that should be assigned to. Slash delimited.
value Handle
The handle of the view model instance to assign.
Throws
If the CommandQueue has been released.