| DbAuditObjectAuditId Property |
Gets or sets the audit identifier
Namespace:
SanteDB.DisconnectedClient.SQLite.Security.Audit.Model
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public byte[] AuditId { get; set; }
Public Property AuditId As Byte()
Get
Set
public:
property array<unsigned char>^ AuditId {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member AuditId : byte[] with get, set
Property Value
Type:
ByteSee Also