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




A label describing the relationship as it is traversed from the destination table/feature class to the origin table/feature class. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.