 |
| BcfExceptionCreatedEventArgsContext Property |
Gets the context.
Namespace: CalculationWorks.BusinessModel.Behaviors.DiagnosticsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic IDictionary<string, Object> Context { get; }Public ReadOnly Property Context As IDictionary(Of String, Object)
Get
public:
property IDictionary<String^, Object^>^ Context {
IDictionary<String^, Object^>^ get ();
}member Context : IDictionary<string, Object> with get
Property Value
Type:
IDictionaryString,
ObjectThe context.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0
See Also