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