| ApplicationContextCurrent Property |
Gets the current application context
Namespace:
SanteDB.DisconnectedClient
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public static ApplicationContext Current { get; set; }
Public Shared Property Current As ApplicationContext
Get
Set
public:
static property ApplicationContext^ Current {
ApplicationContext^ get ();
void set (ApplicationContext^ value);
}
static member Current : ApplicationContext with get, set
Property Value
Type:
ApplicationContextThe current.
See Also