Example #1
0
 /// <summary>
 /// Used to get Settings Item from the Configuration file
 /// </summary>
 /// <param name="pKey">Settings Item Key</param>
 /// <returns>Settings Item Value</returns>
 public static string GetSettingsItemValue(SettingsKey pSettingsKey)
 {
     return(CoreUtilities.GetSettingsItemValue(pSettingsKey.GetDescription()));
 }