| ApplicationServiceContextCurrent Property |
Gets or sets the current application service context
Namespace:
SanteDB.Core
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public static IApplicationServiceContext Current { get; set; }
Public Shared Property Current As IApplicationServiceContext
Get
Set
public:
static property IApplicationServiceContext^ Current {
IApplicationServiceContext^ get ();
void set (IApplicationServiceContext^ value);
}
static member Current : IApplicationServiceContext with get, set
Property Value
Type:
IApplicationServiceContextSee Also