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