(PWS4 IIS4 IIS5)
Item — Contentコレクション要素の値を返す
Application.Content.Item ( Key )
Key:変数名/インデックス(取得する項目の名前を指定します。)
説明
Contentコレクション要素の値を設定します。
例1.Itemの例
1 2 3 4 5 | <% 'アプリケーション変数[Key]に値をセットします。 Application.Contents.Item("key") = "あいうえお" Response.Write Application("key") %> |
Contentsコレクション(Sessionオブジェクト) も参照ください。