CachedModelMetadata<TPrototypeCache>::Order Property

 

Gets or sets a value that represents order of the current metadata.

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

public:
property int Order {
	virtual int get() override sealed;
	virtual void set(int value) override sealed;
}

Property Value

Type: System::Int32

The order value of the current metadata.

The default order value is 10000. The getter returns the cached value if it is cached. If the value is not cached, it is put into the cache and returned.

Return to top
Show: