ModelMetadata.IsComplexType Property
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)
'Declaration Public Overridable ReadOnly Property IsComplexType As Boolean Get 'Usage Dim instance As ModelMetadata Dim value As Boolean value = instance.IsComplexType
Property Value
Type: System.BooleanA value that indicates whether the model is considered a complex type by the MVC framework.
Show: