Click or drag to resize

DataContextNodeConnectorSetValue Method

Sets the specified value at the specified path.

Namespace:  Slash.Unity.DataBind.Core.Presentation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void SetValue(
	Object value
)

Parameters

value
Type: SystemObject
Value to set.
See Also