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




The type of the data to be renamed. The only time you need to provide a value is when a geodatabase contains a feature dataset and a feature class with the same name. In this case, you need to select the data type (feature dataset or feature class) of the item you want to rename. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.