How add additional property in Workflow Activity in .Net?

Showing Answers 1 - 7 of 7 Answers

suresh

  • Oct 17th, 2006
 

You have to enable <%@ page Trace="true" %> in aspx design.. plz check it out....

  Was this answer useful?  Yes

Pandian S

  • Mar 3rd, 2007
 

Hi,

In .Net Windows Application, Using IExtenderProvider interface we can extend properties to existing components/controls in the container.

We can generate additional properties for the activities in a Workflow by using the property definitions with get and set procedures.We can add a property to a class only if the class is inherited or extended and cannot be an existing class in System namespace.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions