Rule Constructor (String^)

 

Initializes a new instance of the Rule class using the name of the Rule.

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

public:
Rule(
	String^ name
)

Parameters

name
Type: System::String^

The name of the Rule.

.NET Framework
Available since 3.0
Return to top
Show: