IsSynchronized Property (OracleArray)
In This Topic
Gets a value indicating whether access to the
OracleArray is synchronized (thread-safe).
Syntax
'Declaration
Public ReadOnly Property IsSynchronized As Boolean
public bool IsSynchronized {get;}
Property Value
true if access to the
OracleArray is synchronized (thread-safe); otherwise,
false.
See Also