| EntityViewBaseTEntityICollectionIsSynchronized 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.2.0.0 (5.2.17.0403)
Syntaxbool ICollection.IsSynchronized { get; }Private ReadOnly Property IsSynchronized As Boolean
	Implements ICollection.IsSynchronized
	Get
Property Value
Type: 
BooleanReturn Value
Type: 
Booleantrue if access to the 
ICollection is synchronized (thread safe); otherwise, false.
Implements
ICollectionIsSynchronized
See Also