ModelMetadata.IsComplexType Property

.NET Framework (current version)
 

Gets a value that specifies whether the model is a complex type.

Namespace:   System.Web.ModelBinding
Assembly:  System.Web (in System.Web.dll)

public virtual bool IsComplexType { get; }

Property Value

Type: System.Boolean

true if the model is a complex type; otherwise, false.

Built-in .NET Framework types are not considered complex types for purposes of this property.

.NET Framework
Available since 4.5
Return to top
Show: