Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value that indicates whether the model is a complex type.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property IsComplexType As Boolean
Get
public virtual bool IsComplexType { get; }
public:
virtual property bool IsComplexType {
bool get ();
}
Property Value
Type: System.Boolean
A value that indicates whether the model is considered a complex type by the MVC framework.
Remarks
If the model is complex, the complex-object template will be used. .NET Framework built in types are not complex types.