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




The name of the field that will be added to the Input Table. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.