| BindingRepositoryItem Property (String) | 
            Returns the collection of objects indexed by object type, e.g. "cms.user".
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxpublic BindingCollection this[
	string name
] { get; }Parameters
- name
 - Type: SystemString
Name of the inner collection 
Property Value
Type: 
BindingCollection
See Also