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


The name of the MapServer configuration that will be used to generate the cache.

(In, Optional)

Syntax

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

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family

See Also