HttpStaticObjectsCollection.NeverAccessed プロパティ

定義

コレクションが以前にアクセスされたかどうかを示すブール値を取得します。

public:
 property bool NeverAccessed { bool get(); };
public bool NeverAccessed { get; }
member this.NeverAccessed : bool
Public ReadOnly Property NeverAccessed As Boolean

プロパティ値

true HttpStaticObjectsCollectionがアクセスされていない場合は。それ以外の場合はfalse

適用対象