System.Web.UI.WebControls.MenuItemCollection.IsSynchronized Property

Gets a value indicating whether access to the System.Web.UI.WebControls.MenuItemCollection object is synchronized (thread safe).

Syntax

public bool IsSynchronized { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The MenuItemCollection.IsSynchronized property is used to indicate whether access to the System.Web.UI.WebControls.MenuItemCollection object is synchronized (thread safe). This property is derived from the ICollection class and is overridden to always return false.

For more information on the MenuItemCollection.IsSynchronized property, see the ICollection.IsSynchronized property of the ICollection interface.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0