[Missing <summary> documentation for "P:AppCan.wpf.Views.IViewModel.View"]

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

Syntax

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

See Also