 | ApplicationServiceContextCurrent Property |
Gets or sets the current application service context
Namespace: SanteDB.CoreAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic static IApplicationServiceContext Current { get; }Public Shared ReadOnly Property Current As IApplicationServiceContext
Get
public:
static property IApplicationServiceContext^ Current {
IApplicationServiceContext^ get ();
}static member Current : IApplicationServiceContext with get
Property Value
IApplicationServiceContext
See Also