Click or drag to resize
IGeneralIndexableItem Property
General indexer, gets or sets the value on the specified index

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
Object this[
	Object index
] { get; set; }

Parameters

index
Type: SystemObject
Index

Property Value

Type: Object
See Also