ESRI.ArcGIS.ADF.ArcGISServer
BackwardPathLabel Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DERelationshipClass Class : BackwardPathLabel Property




The backward path label for the relationship class.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(Form=XmlSchemaForm.Unqualified, Order=9)>
Public Property BackwardPathLabel As String
Visual Basic (Usage)Copy Code
Dim instance As DERelationshipClass
Dim value As String
 
instance.BackwardPathLabel = value
 
value = instance.BackwardPathLabel
C# 
[XmlElementAttribute(Form=XmlSchemaForm.Unqualified, Order=9)]
public string BackwardPathLabel {get; set;}

See Also

© 2010 All Rights Reserved.