SnapInImageList.IsSynchronized Property
Gets a value that indicates whether access to the ICollection is synchronized (thread-safe).
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public bool IsSynchronized { get; }
public:
property bool IsSynchronized {
virtual bool get() sealed;
}
abstract IsSynchronized : bool with get
override IsSynchronized : bool with get
Public ReadOnly Property IsSynchronized As Boolean
Property Value
Type: System.Boolean
true if access is synchronized; otherwise false
Implements
See Also
SnapInImageList Class
Microsoft.ManagementConsole Namespace
Return to top