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 > CreateRelationshipClass Class : backward_label Property




A name to uniquely identify the relationship when navigating from the destination table to the origin table. (In, Required)

Syntax

Visual Basic (Declaration) 
Public Property backward_label As String
Visual Basic (Usage)Copy Code
Dim instance As CreateRelationshipClass
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.