ViewModelAttribute.ModelType Property
Gets the View Model Type that should be used to bind the annotated element to its view.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
Public ReadOnly Property ModelType As Type
public Type ModelType { get; }
public:
property Type^ ModelType {
Type^ get ();
}
public function get ModelType () : Type
See Also
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace