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




Syntax

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

See Also

© 2010 All Rights Reserved.