Gets a value indicating whether access to the System.Web.UI.WebControls.TreeNodeCollection is synchronized (thread safe).
Documentation for this section has not yet been entered.
The TreeNodeCollection.IsSynchronized property is used to indicate whether access to the System.Web.UI.WebControls.TreeNodeCollection is synchronized (thread safe). This property is derived from the ICollection class and is overridden to always return false.
For more information on the TreeNodeCollection.IsSynchronized property, see the ICollection.IsSynchronized property of the ICollection interface.