Gets or sets the validation expression for this variable.

[VBScript]
Public Property ValidationExpression As String
[JScript]
public function get ValidationExpression() : String; 
public function set ValidationExpression(String);

Property Value

A string representing the validation expression of the variable.

See Also

Variable Object | Variable Members | HelpProducer Namespace