CachedModelMetadata(Of TPrototypeCache).ComputeShowForDisplay Method

This method is protected and therefore cannot be called directly. This method was designed to be overridden in a deriving class such as CachedDataAnnotationsModelMetadata.

Gets or sets a cached value that indicates whether the property should be displayed in read-only views such as list and detail views.

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

'Declaration
Protected Overridable Function ComputeShowForDisplay As Boolean
'Usage
Dim returnValue As Boolean 

returnValue = Me.ComputeShowForDisplay()

Return Value

Type: System.Boolean
A cached value that indicates whether the property should be displayed in read-only views such as list and detail views.
Show: