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