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




The existing dataset that the input datasets' data will be appended into. Each input dataset must match the data type of the target dataset. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.