CachedDataAnnotationsModelMetadata.ComputeOrder Method

Gets a value that represents order of the current metadata.

If the value is cached, the cashed value is returned; otherwise the value is retrieved from the model metadata and stored in the cache.

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

'Declaration
Protected Overrides Function ComputeOrder As Integer
'Usage
Dim returnValue As Integer 

returnValue = Me.ComputeOrder()

Return Value

Type: System.Int32
A value that represents order of the current metadata.

The default order value is 10000.

Show: