Click or drag to resize
INameIndexableObjectTypeItem Property
String indexer, gets or sets the value with the specified name

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
ObjectType this[
	string name
] { get; }

Parameters

name
Type: SystemString
Name

Property Value

Type: ObjectType
See Also