ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
CacheInApplicationState Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > GeocodeResourceBase Class : CacheInApplicationState Property




Whether to use application state to cache resource information.

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
Public Property CacheInApplicationState As Boolean
Visual Basic (Usage)Copy Code
Dim instance As GeocodeResourceBase
Dim value As Boolean
 
instance.CacheInApplicationState = value
 
value = instance.CacheInApplicationState
C# 
[CompilerGeneratedAttribute()]
public bool CacheInApplicationState {get; set;}

See Also

© 2010 All Rights Reserved.