ESRI.ArcGIS.ADF.ArcGISServer
Records Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > RelatedRecordGroup Class : Records Property




Syntax

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

See Also

© 2010 All Rights Reserved.