ESRI.ArcGIS.ADF.ArcGISServer
ClientCachingAllowed Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > CacheControlInfo Class : ClientCachingAllowed Property




Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property ClientCachingAllowed As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CacheControlInfo
Dim value As Boolean
 
instance.ClientCachingAllowed = value
 
value = instance.ClientCachingAllowed
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public bool ClientCachingAllowed {get; set;}

See Also

© 2010 All Rights Reserved.