  | PropertyBinAttachedTo Enumeration | 
 
            Flags defining entities that the property bin objects are attached to.
            
 
    Namespace: 
   Mavidian.DataConveyer.Common
    Assembly:
   DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax[FlagsAttribute]
public enum PropertyBinAttachedTo
<FlagsAttribute>
Public Enumeration PropertyBinAttachedTo
Members| 
									 
								 | Member name | Description | 
|---|
 | Nothing | 
            No property bins in use.
             | 
 | Records | 
            Property bin attached to every record.
             | 
 | Clusters | 
            Property bin attached to every cluster.
             | 
See Also