Application

public class Application

The Application object allows retrieval of custom attributes.
In the backend configuration of IYOPRO, system-specific attributes can be stored in the form of key value pairs. These values can be retrieved through the configuration value.

 Methods

string GetConfigValue(string key, string defaultvalue)

Get the configuration value

Example

This example retrieves a configuration value.

sapsystem = Application.GetConfigValue("MySAPSystem", None)