Share via


CachedModelMetadata<TPrototypeCache>.PrototypeCache Property

Gets or sets a value that indicates whether the prototype cache is updating.

Namespace:  System.Web.Http.Metadata.Providers
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
Protected Property PrototypeCache As TPrototypeCache
    Get
    Set
'Usage
Dim value As TPrototypeCache

value = Me.PrototypeCache

Me.PrototypeCache = value
protected TPrototypeCache PrototypeCache { get; set; }
protected:
property TPrototypeCache PrototypeCache {
    TPrototypeCache get ();
    void set (TPrototypeCache value);
}
member PrototypeCache : 'TPrototypeCache with get, set
function get PrototypeCache () : TPrototypeCache
function set PrototypeCache (value : TPrototypeCache)

Property Value

Type: TPrototypeCache
true if the prototype cache is updating; otherwise, false.

See Also

Reference

CachedModelMetadata<TPrototypeCache> Class

System.Web.Http.Metadata.Providers Namespace