System.Web Namespace HttpStaticObjectsCollection Class
Gets a value indicating whether the collection is synchronized ( that is, thread-safe ).
[ VB ] Public ReadOnly Property IsSynchronized As Boolean Implements _ ICollection.IsSynchronized [ C# ] public bool IsSynchronized {get;} [ C++ ] public: __property bool get_IsSynchronized ( ); [ JScript ] public function get IsSynchronized ( ) : Boolean;
In this implementation, this property always returns false.
ICollection.IsSynchronized
HttpStaticObjectsCollection Members HttpApplicationState.StaticObjects Property
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note