ModelMetadata.ContainerType Property

 

Gets or sets the type of the container for the model.

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

Syntax

public Type ContainerType { get; }
public:
property Type^ ContainerType {
    Type^ get();
}
member ContainerType : Type with get
Public ReadOnly Property ContainerType As Type

Property Value

Type: System.Type

The type of the container for the model.

See Also

ModelMetadata Class
System.Web.Http.Metadata Namespace

Return to top