| DbAuditObjectRole Property |
Gets or sets the role
Namespace:
SanteDB.DisconnectedClient.SQLite.Security.Audit.Model
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public int Role { get; set; }
Public Property Role As Integer
Get
Set
public:
property int Role {
int get ();
void set (int value);
}
member Role : int with get, set
Property Value
Type:
Int32See Also