Gets a Tag in the current collection by its Name.

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

Syntax

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

Parameters

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

Return Value

The Tag with the specified name.

See Also