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




The source data frame of the cache to be deleted. This appears in the user interface for informational purposes only and cannot be changed. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.