CachedModelMetadata<TPrototypeCache>::Order Property
Gets or sets a value that represents order of the current metadata.
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; }
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.
Show: