 | AuditEventDataMetadata Property |
Gets or sets metadata about the audit
Namespace: SanteDB.Core.Model.AuditAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic List<AuditMetadata> Metadata { get; set; }Public Property Metadata As List(Of AuditMetadata)
Get
Set
public:
property List<AuditMetadata^>^ Metadata {
List<AuditMetadata^>^ get ();
void set (List<AuditMetadata^>^ value);
}member Metadata : List<AuditMetadata> with get, set
Property Value
ListAuditMetadata
RemarksThe metadata object is used to store information about the event such as the process name,
process ID, process user, etc.
See Also