Gets a value indicating whether the synchronization is required.
Namespace: Dapfor.Wpf.ThreadingAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
bool SynchronizationRequired { get; } |
| Visual Basic |
|---|
ReadOnly Property SynchronizationRequired As Boolean Get |
| Visual C++ |
|---|
property bool SynchronizationRequired { bool get (); } |
| F# |
|---|
abstract SynchronizationRequired : bool with get |
Property Value
Type: Booleantrue if the synchronization is required; otherwise, false.