 | DataFlowDiagnosticSessionContext Property |
Gets the context to which this diagnostic session applies
Namespace: SanteDB.BI.DiagnosticsAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic IDataFlowExecutionContext Context { get; }Public ReadOnly Property Context As IDataFlowExecutionContext
Get
public:
virtual property IDataFlowExecutionContext^ Context {
IDataFlowExecutionContext^ get () sealed;
}abstract Context : IDataFlowExecutionContext with get
override Context : IDataFlowExecutionContext with get
Property Value
IDataFlowExecutionContextImplements
IDataFlowDiagnosticSessionContext
See Also