Click or drag to resize
AliasContextChangeValue Method
Changes the value of the reference object in the validation context

Namespace: FlexRule.Validation
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public void ChangeValue(
	string path,
	Object value
)

Parameters

path
Type: SystemString
Property address of the reference object
value
Type: SystemObject
New value to be set
See Also