| SessionInfoSession Property |
Gets the underlying session this wraps
Namespace:
SanteDB.DisconnectedClient.Ags.Model
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax public ISession Session { get; }
Public ReadOnly Property Session As ISession
Get
public:
property ISession^ Session {
ISession^ get ();
}
member Session : ISession with get
Property Value
Type:
ISessionSee Also