IsSynchronized Property

PPJoy

Gets a value indicating whether access to the MappingCollection is synchronized (thread safe).

Namespace:  PPJoy
Assembly:  PPJoyWrapper (in PPJoyWrapper.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsSynchronized As Boolean
C#
public bool IsSynchronized { get; }
Visual C++
public:
virtual property bool IsSynchronized {
	bool get () sealed;
}

Implements

ICollection..::.IsSynchronized

See Also