Rule::Description Property

 

Gets or sets a description of the Rule.

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

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

Property Value

Type: System::String^

A description of the Rule.

.NET Framework
Available since 3.0
Return to top
Show: