| AuditDataActionCode Property |
Identifies the action code
Namespace:
SanteDB.Core.Auditing
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public 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
Type:
ActionTypeSee Also