ESRI.ArcGIS.ADF.ArcGISServer
RelationshipClassNames Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DETable Class : RelationshipClassNames Property




The names of the Relationship Classes this object class participates in.

Syntax

Visual Basic (Declaration) 
<XmlArrayItemAttribute(ElementName="Name", Form=XmlSchemaForm.Unqualified)>
<XmlArrayAttribute(Form=XmlSchemaForm.Unqualified, Order=6)>
Public Property RelationshipClassNames As String()
Visual Basic (Usage)Copy Code
Dim instance As DETable
Dim value() As String
 
instance.RelationshipClassNames = value
 
value = instance.RelationshipClassNames
C# 
[XmlArrayItemAttribute(ElementName="Name", Form=XmlSchemaForm.Unqualified)]
[XmlArrayAttribute(Form=XmlSchemaForm.Unqualified, Order=6)]
public string[] RelationshipClassNames {get; set;}

See Also

© 2010 All Rights Reserved.