The context

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

Syntax

C#
IContext Context { get; set; }
Visual Basic
Property Context As IContext
	Get
	Set
Visual C++
property IContext^ Context {
	IContext^ get ();
	void set (IContext^ value);
}

Implements

IView..::..Context

See Also