VB.Net by API/System.Configuration.ConfigurationSettings/AppSettings — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
Admin (обсуждение | вклад) м (1 версия) |
(нет различий)
|
Текущая версия на 12:52, 26 мая 2010
AppSettings.Get
public class GetConfig
public Shared Sub Main
System.Configuration.ConfigurationSettings.AppSettings.Get("Title")
End Sub
End class
"<configuration>
" <appSettings>
" <add key="Title" value="This is my Window Title" />
" </appSettings>
"</configuration>