Gets the attributes to monitor for changes in this queue.

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

Syntax

C#
protected virtual IEnumerable<string> Attributes { get; }
Visual Basic
Protected Overridable ReadOnly Property Attributes As IEnumerable(Of String)
	Get

Field Value

The attributes to monitor for changes.

Remarks

The OnInteractionChanged(Object, InteractionEventArgs) method will be called when the specified attributes change.

See Also