Add/Edit Shared Custom Attribute Page

The value of a shared custom process attribute can be modified at run time either manually via AgilePoint Enterprise Manager or programmatically via the Managed Code C# Snippet.

To modify the value of a shared custom process attribute via Enterprise Manager:

This page allows the administrator add or edit a specific shared custom process attribute.

To modify the value of a shared custom process attribute programmatically via the Managed Code C# Snippet:

For example, you have defined a shared custom process attribute  called "Something" in Enterprise Manager. You set the value of the shared custom process attribute in Enterprise Manager. You now want to use a Managed Code C# Snippet to dynamically change the value of the shared custom process attribute "Something".  Below is the syntax to update the value of the shared custom  process attribute "Something"?