'DeclarationPublicOverridesNotOverridablePropertyOrderAsIntegerGetSet'UsageDim instance As CachedModelMetadata
Dim value AsInteger
value = instance.Order
instance.Order = value
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.