| DbAuditDataActionCode Property |
The action performed
Namespace:
SanteDB.DisconnectedClient.SQLite.Security.Audit.Model
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public int ActionCode { get; set; }
Public Property ActionCode As Integer
Get
Set
public:
property int ActionCode {
int get ();
void set (int value);
}
member ActionCode : int with get, set
Property Value
Type:
Int32See Also