| DbBaseDataCreatedByUuid Property |
Gets or sets the user that created the data
Namespace:
SanteDB.DisconnectedClient.SQLite.Model
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public byte[] CreatedByUuid { get; set; }
Public Property CreatedByUuid As Byte()
Get
Set
public:
property array<unsigned char>^ CreatedByUuid {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member CreatedByUuid : byte[] with get, set
Property Value
Type:
ByteThe created by identifier.
See Also