IPropertyRegistrationCallback Interface
.NET Framework (current version)
Allows a workflow execution property to provide custom registration and un-registration logic.
Assembly: System.Activities (in System.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | Register(RegistrationContext^) | Called when a workflow execution property is added through Add. This provides a validation hook for the property. |
![]() | Unregister(RegistrationContext^) | Called when a workflow execution property goes out of scope. |
.NET Framework
Available since 4.0
Available since 4.0
Show:
