ESRI.ArcGIS.ADF.Web.UI.WebControls
CacheInApplicationState Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ResourceManager Class : CacheInApplicationState Property




Whether to cache resource/service information in application state.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ResCategoryAttribute("Caching")>
<PersistenceModeAttribute()>
<ResDescriptionAttribute("Whether to cache resource/service information in application state.")>
Public Property CacheInApplicationState As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ResourceManager
Dim value As Boolean
 
instance.CacheInApplicationState = value
 
value = instance.CacheInApplicationState
C# 
[DefaultValueAttribute()]
[ResCategoryAttribute("Caching")]
[PersistenceModeAttribute()]
[ResDescriptionAttribute("Whether to cache resource/service information in application state.")]
public bool CacheInApplicationState {get; set;}

See Also

© 2010 All Rights Reserved.