ESRI.ArcGIS.ADF.ArcGISServer
Rows Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerRelationship Class : Rows Property




Syntax

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

See Also

© 2010 All Rights Reserved.