PrefetchPathICollectionIsSynchronized Property  | 
 Gets a value indicating whether access to the 
ICollection is synchronized (thread safe).
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxbool ICollection.IsSynchronized { get; }Private ReadOnly Property IsSynchronized As Boolean
	Implements ICollection.IsSynchronized
	Get
Return Value
Type: 
Booleantrue if access to the 
ICollection is synchronized (thread safe); otherwise, false.
Implements
ICollectionIsSynchronized
See Also