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




Specifies the field(s) whose values will be used to reorder the input records, and the direction the records will be sorted. (In, Required)

Syntax

Visual Basic (Declaration) 
Public Property sort_field As Object
Visual Basic (Usage)Copy Code
Dim instance As Sort
Dim value As Object
 
instance.sort_field = value
 
value = instance.sort_field
C# 
public object sort_field {get; set;}

See Also

© 2010 All Rights Reserved.