Gets or sets the specified interaction attribute by name.

Namespace: ININ.InteractionClient.AddIn
Assembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
string this[
	string attributeName
] { get; set; }
Visual Basic
Default Property Item ( _
	attributeName As String _
) As String
	Get
	Set

Parameters

attributeName
Type: System..::..String

Field Value

Equivalent to calling GetAttribute(String) or SetAttribute(String, String).

See Also