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
'Declaration
Public Overridable ReadOnly Property IsComplexType As Boolean
Get
'Usage
Dim instance As ModelMetadata
Dim value As Boolean
value = instance.IsComplexType
public virtual bool IsComplexType { get; }
public:
virtual property bool IsComplexType {
bool get ();
}
abstract IsComplexType : bool
override IsComplexType : bool
function get IsComplexType () : boolean
Property Value
Type: System.Boolean
A value that indicates whether the model is considered a complex.