ESRI.ArcGIS.ServerTools
Layer Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.ServerTools Namespace > DeleteMapServerCache Class : Layer Property




The layers to delete from the cache (only applies to multilayer caches). Layers that are included will be removed from the cache. Excluded layers will remain. (In, Required)

Syntax

Visual Basic (Declaration) 
Public Property Layer As Object
Visual Basic (Usage)Copy Code
Dim instance As DeleteMapServerCache
Dim value As Object
 
instance.Layer = value
 
value = instance.Layer
C# 
public object Layer {get; set;}

See Also

© 2010 All Rights Reserved.