Gets the interaction / queue attributes that contain sensitive data.

Note: This property is supported for IC Server version 2018 R2 and beyond.

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

Syntax

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

Field Value

The sensitive attributes.

Version Information

Supported for IC Server version 2018 R2 and beyond.

See Also