Application

Parent Previous Next

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.


Syntax

       public class Application


Members

string GetConfigValue(string key, string defaultvalue)

Get the configuration value



Sample

This sample retrieves a configuration value


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