ESRI.ArcGIS.ADF.ArcGISServer
RelateInfos Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapLayerInfo Class : RelateInfos Property




Syntax

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

See Also

© 2010 All Rights Reserved.