ESRI.ArcGIS.ADF.ArcGISServer
Relationships Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerRow Class : Relationships Property




The related rows (relationships).

Syntax

Visual Basic (Declaration) 
<XmlArrayAttribute(XmlSchemaForm.Unqualified)>
<XmlArrayItemAttribute(XmlSchemaForm.Unqualified)>
Public Property Relationships As MapServerRelationship()
Visual Basic (Usage)Copy Code
Dim instance As MapServerRow
Dim value() As MapServerRelationship
 
instance.Relationships = value
 
value = instance.Relationships
C# 
[XmlArrayAttribute(XmlSchemaForm.Unqualified)]
[XmlArrayItemAttribute(XmlSchemaForm.Unqualified)]
public MapServerRelationship[] Relationships {get; set;}

See Also

© 2010 All Rights Reserved.