Class AutomationEvent.AdditionalValue
Represents an event additional value.
Inherited Members
Namespace: DataWeb.Automation
Assembly: DataWeb.Core.dll
Syntax
public class AutomationEvent.AdditionalValue
Properties
Name
The name of the event value.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
The value of the event value.
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |