
17/05/2005, 08:53
|
 | Moderador | | Fecha de Ingreso: febrero-2002 Ubicación: México D.F
Mensajes: 8.004
Antigüedad: 23 años, 2 meses Puntos: 50 | |
Puedes hacerlo así: Cita: System.Collections.Specialized.NameValueCollection sConfig;
sConfig = (System.Collections.Specialized.NameValueCollectio n) ConfigurationSettings.GetConfig("tu_nodo");
sConfig["tu_key"]; |