SPD_variableData

Purpose

Defines the parsed version of free format data from an event. This is used for alert and attribute-change event reports where you can specify any number of attributes.

Syntax

public struct SPD_variableData
{
   public string attribute;
   public string value;
}

Description

attribute

attribute name.

value

attribute value.