Gets or sets a display name of the OPC UA Event type of which this EventField is a member.
Namespace: Ico.Awx.CommonAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public string EventName { get; set; } |
| Visual Basic |
|---|
Public Property EventName As String Get Set |
| JScript |
|---|
function get EventName () : String function set EventName (value : String) |