The model associated with this

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

Syntax

C#
public IModel Model { get; set; }
Visual Basic
Public Property Model As IModel
	Get
	Set
Visual C++
public:
virtual property IModel^ Model {
	IModel^ get () sealed;
	void set (IModel^ value) sealed;
}

Implements

IViewModel..::..Model

See Also