Gets or sets the model manager.

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

Syntax

C#
public static IModelManager ModelManager { get; set; }
Visual Basic
Public Shared Property ModelManager As IModelManager
	Get
	Set
Visual C++
public:
static property IModelManager^ ModelManager {
	IModelManager^ get ();
	void set (IModelManager^ value);
}

See Also