 | AuditEventDataEventIdentifier Property |
Gets or sets the classification of the event
Namespace: SanteDB.Core.Model.AuditAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic EventIdentifierType EventIdentifier { get; set; }Public Property EventIdentifier As EventIdentifierType
Get
Set
public:
property EventIdentifierType EventIdentifier {
EventIdentifierType get ();
void set (EventIdentifierType value);
}member EventIdentifier : EventIdentifierType with get, set
Property Value
EventIdentifierType
RemarksThe event identifier provides a classification of th event which occurred, such
as a security event, application event, etc.
See Also