[Missing <summary> documentation for "P:AppCan.wpf.Views.IViewModelExtensionsController.PopulateAllViewModels"]

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

Syntax

C#
bool PopulateAllViewModels { get; set; }
Visual Basic
Property PopulateAllViewModels As Boolean
	Get
	Set
Visual C++
property bool PopulateAllViewModels {
	bool get ();
	void set (bool value);
}

See Also