Click or drag to resize
IGeneralIndexableKeyType, ObjectTypeItem Property (KeyType)
Integer 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#
ObjectType this[
	KeyType index
] { get; set; }

Parameters

index
Type: KeyType
Index

Property Value

Type: ObjectType
See Also