Rule::Name Property

 

Gets or sets the name of the Rule.

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

public:
property String^ Name {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the Rule.

.NET Framework
Available since 3.0
Return to top
Show: