| DbUserEntitySecurityUserUuid Property |
Gets or sets the security user which is associated with this entity
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Entities
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public byte[] SecurityUserUuid { get; set; }
Public Property SecurityUserUuid As Byte()
Get
Set
public:
property array<unsigned char>^ SecurityUserUuid {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member SecurityUserUuid : byte[] with get, set
Property Value
Type:
ByteSee Also