Gets the attributes to monitor for changes in this queue.
Namespace: ININ.InteractionClient.AddInAssembly: 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.