Sets the specified interaction attribute.

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

Syntax

C#
void SetAttribute(
	string name,
	string value
)
Visual Basic
Sub SetAttribute ( _
	name As String, _
	value As String _
)

Parameters

name
Type: System..::..String
The name of the attribute to set.
value
Type: System..::..String
The value of the attribute.

See Also