Gets a TagSys in the current collection by its Name.

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

Syntax

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

Parameters

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

Return Value

The TagSys with the specified name.

See Also