The reference to the context definition that created this context
Namespace: AppCan.Core.ContextsAssembly: AppCan.Core (in AppCan.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public IContextDef ContextDef { get; } |
Visual Basic |
---|
Public ReadOnly Property ContextDef As IContextDef Get |
Visual C++ |
---|
public: virtual property IContextDef^ ContextDef { IContextDef^ get () sealed; } |