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




The name of the field that will be created to store field name values of the fields that are selected to be transposed. Any valid field name can be used. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.