...
This method returns the value of the given context property from the message, or an empty string if the property does not exist.
SetContextPropertyValue(string propertyName, string propertyNamespace, string value)
This method writes a value to the message context.
Data manipulation
The proxy library also contains a few methods that do not extract any data from Link, but which can be useful in various mapping scenarios.
...