Gets a read-only collection of tags on a recording.

Note: This property is supported for IC Server version 2016 R3 and beyond.

Namespace: ININ.IceLib.QualityManagement
Assembly: ININ.IceLib.QualityManagement (in ININ.IceLib.QualityManagement.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public ReadOnlyCollection<string> Tags { get; }
Visual Basic
Public ReadOnly Property Tags As ReadOnlyCollection(Of String)
	Get

Field Value

The read-only collection of recording tags.

Exceptions

ExceptionCondition
System.Reflection..::..TargetInvocationExceptionThe Error property has been set by the asynchronous operation. The InnerException property holds a reference to Error.

Version Information

Supported for IC Server version 2016 R3 and beyond.

See Also