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

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

Parameters

name
Type: SystemString
Name

Property Value

Type: T
See Also