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




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

Syntax

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

See Also

© 2010 All Rights Reserved.