ModelMetadata.IsComplexType Property

 

Gets or sets a value that indicates whether the model is a complex type.

Namespace:   System.Web.Http.Metadata
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public virtual bool IsComplexType { get; }
public:
property bool IsComplexType {
    virtual bool get();
}
abstract IsComplexType : bool with get
override IsComplexType : bool with get
Public Overridable ReadOnly Property IsComplexType As Boolean

Property Value

Type: System.Boolean

A value that indicates whether the model is considered a complex.

See Also

ModelMetadata Class
System.Web.Http.Metadata Namespace

Return to top