RuleConditionDialog::Expression Property

 

Gets the CodeExpression as modified by the dialog box user.

Namespace:   System.Workflow.Activities.Rules.Design
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)

public:
property CodeExpression^ Expression {
	CodeExpression^ get();
}

Property Value

Type: System.CodeDom::CodeExpression^

The CodeExpression as modified by the dialog box user.

.NET Framework
Available since 3.0
Return to top
Show: