Visual Basic (Declaration) | |
---|---|
Public Property DisableClientCaching As Boolean |
C# | |
---|---|
public bool DisableClientCaching {get; set;} |
The ArcGISWebClient.DisableClientCaching Property when true forces the ArcGIS Server to provide fresh data back to the client and appends a timestamp ( _ts ) to all return Urls. The default value for the ArcGISWebClient.DisableClientCaching is false.
Property Value
true
to disable client caching otherwise, false
.Target Platforms:Windows Phone 7