SelectedNodeCollection.ICollection.IsSynchronized Property

 

Gets a value indicating whether access to the ICollection is synchronized

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

bool ICollection.IsSynchronized { get; }
private:
property bool IsSynchronized {
    virtual bool get() sealed = ICollection::IsSynchronized::get;
}
private abstract IsSynchronized : bool with get
private override IsSynchronized : bool with get
Private ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized

Property Value

Type: System.Boolean

true if access to the ICollection is synchronized; otherwise, false.

Implements

ICollection.IsSynchronized

See Also

SelectedNodeCollection Class
Microsoft.ManagementConsole Namespace

Return to top