Click or drag to resize
INameIndexable Interface
Interface to access collections through string indexers by name

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public interface INameIndexable

The INameIndexable type exposes the following members.

Properties
  NameDescription
Public propertyItem
String indexer, gets or sets the value with the specified name
Top
See Also