Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
'Declaration
Public ReadOnly Property ContainerType As Type
Get
'Usage
Dim instance As ModelMetadata
Dim value As Type
value = instance.ContainerType
public Type ContainerType { get; }
public:
property Type^ ContainerType {
Type^ get ();
}
member ContainerType : Type
function get ContainerType () : Type
Property Value
Type: System.Type
The type of the container for the model.