IsSynchronized Property (QuickBooksErrorCollection)
In This Topic
Indicates whether access to the ICollection is synchronized (thread safe).
Syntax
'Declaration
Public ReadOnly Property IsSynchronized As Boolean
public bool IsSynchronized {get;}
Property Value
true if access to the
QuickBooksException is synchronized; otherwise,
false.
See Also