|
Contents (Application オブジェクト)
Application.Contents( key )
Application( key ) 引数
解説
アプリケーションへ値の設定や取得を行います。 使用例
' アプリケーションへ値を設定 Application.Contents("key1") = "値1" Application("key2") = "値2" ' アプリケーションから値を取得 s1 = Application.Contents("key1") s2 = Application("key2") 関連項目
StaticObjects|Contents.Remove|Contents.RemoveAll|Lock|UnLock|Application_OnEnd|Application_OnStart| |
ASPリファレンス
Application オブジェクト ASPError オブジェクト Request オブジェクト Response オブジェクト Server オブジェクト Session オブジェクト ObjectContext オブジェクト |