| DbBaseDataObsoletedByUuid Property |
Obsoletion user
Namespace:
SanteDB.DisconnectedClient.SQLite.Model
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public byte[] ObsoletedByUuid { get; set; }
Public Property ObsoletedByUuid As Byte()
Get
Set
public:
property array<unsigned char>^ ObsoletedByUuid {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member ObsoletedByUuid : byte[] with get, set
Property Value
Type:
ByteThe obsoleted by identifier.
See Also