Returns context manager (or derived class can set the context manager)

Namespace: AppCan.wpf.Application
Assembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ContextManager ContextManager { get; protected set; }
Visual Basic
Public Property ContextManager As ContextManager
	Get
	Protected Set
Visual C++
public:
property ContextManager^ ContextManager {
	ContextManager^ get ();
	protected: void set (ContextManager^ value);
}

See Also