| SessionInfoUserEntity Property |
Gets the user entity
Namespace:
SanteDB.DisconnectedClient.Ags.Model
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax public UserEntity UserEntity { get; set; }
Public Property UserEntity As UserEntity
Get
Set
public:
property UserEntity^ UserEntity {
UserEntity^ get ();
void set (UserEntity^ value);
}
member UserEntity : UserEntity with get, set
Property Value
Type:
UserEntitySee Also