The model type

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

Syntax

C#
public Type ModelType { get; }
Visual Basic
Public ReadOnly Property ModelType As Type
	Get
Visual C++
public:
property Type^ ModelType {
	Type^ get ();
}

See Also