 | DbAuditEventDataActionCode Property |
The action performed
Namespace: SanteDB.Persistence.Auditing.ADO.Data.ModelAssembly: SanteDB.Persistence.Auditing.ADO (in SanteDB.Persistence.Auditing.ADO.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic ActionType ActionCode { get; set; }Public Property ActionCode As ActionType
Get
Set
public:
property ActionType ActionCode {
ActionType get ();
void set (ActionType value);
}member ActionCode : ActionType with get, set
Property Value
ActionType
See Also