Gets or set the item with the specified name.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public TagListInputParamsItem this[
	string tagName
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	tagName As String _
) As TagListInputParamsItem
	Get

Parameters

tagName
Type: System..::..String
The name of the item.

Return Value

The item with the specified name.

See Also