Gets 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#
string GetAttribute(
	string name
)
Visual Basic
Function GetAttribute ( _
	name As String _
) As String

Parameters

name
Type: System..::..String
The name of the interaction attribute to retrieve.

Return Value

The value of the interaction attribute, or an empty string if the attribute was not found.

See Also