Gets a read-only collection of tags on a recording.
Note: This property is supported for IC Server version 2016 R3 and beyond.
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
Exception | Condition |
---|---|
System.Reflection..::..TargetInvocationException | The 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.