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 > TableToRelationshipClass Class : forward_label Property




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

Syntax

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