Click or drag to resize
ValidationBuilderSetNoticeProperty Method
Set notice type of a node

Namespace: FlexRule.Validation
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public ValidationBuilder SetNoticeProperty(
	string name,
	string expression
)

Parameters

name
Type: SystemString
name of a property
expression
Type: SystemString
value of the property

Return Value

Type: ValidationBuilder
See Also