Gets additional interaction attributes this screen pop needs. If the screen pop is
being initiated from an interaction, these attributes will be gathered and
passed to the Pop(IDictionary<(Of <<'(String, String>)>>)) method in addition to server-defined
attributes.
Namespace: ININ.InteractionClient.AddInAssembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
IEnumerable<string> AdditionalAttributes { get; } |
Visual Basic |
---|
ReadOnly Property AdditionalAttributes As IEnumerable(Of String) Get |