HttpStaticObjectsCollection.NeverAccessed 속성

정의

컬렉션에 액세스한 적이 있는지 여부를 나타내는 부울 값을 가져옵니다.

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

속성 값

Boolean

HttpStaticObjectsCollection에 액세스한 적이 없으면 true이고, 그렇지 않으면 false입니다.

적용 대상