Gets a read-only dictionary of attributes 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 IDictionary<string, string> Attributes { get; }
Visual Basic
Public ReadOnly Property Attributes As IDictionary(Of String, String)
	Get

Field Value

The read-only dictionary of recording attributes.

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