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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public ResultType this[
	string name
] { get; }

Parameters

name
Type: SystemString

Property Value

Type: ResultType
See Also