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




The forward path label for the relationship class.

Syntax

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

See Also

© 2010 All Rights Reserved.