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