AlarmAuditTrail.AddCustomMessage (String, String, String, String) Method

Add Custom Messages to Audit trail
<ID("AddCustomMessage", (int)e.AddCustomMessage4)> _ 
Public Sub AddCustomMessage( _ 
ByVal message As String, _ 
ByVal areaName As String, _ 
ByVal objectName As String, _ 
Optional ByVal value As String = null _ 
)
This language is not supported or no code example is available.
[ID("AddCustomMessage", (int)e.AddCustomMessage4)] 
public void AddCustomMessage( 
string message
string areaName
string objectName
string value = null 
)
This language is not supported or no code example is available.

Parameters

message
string

Message to be added to Audit trail

areaName
string

Area related with this custom message

objectName
string

Object related with this custom message

value
string

Object Value related with this custom message

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition