HttpStaticObjectsCollection::NeverAccessed Property

 

Gets a Boolean value indicating whether the collection has been accessed before.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property bool NeverAccessed {
	bool get();
}

Property Value

Type: System::Boolean

true if the HttpStaticObjectsCollection has never been accessed; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: