ESRI.ArcGIS.ADF.ArcGISServer
StartIndex Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > ResultPortionInfo Class : StartIndex Property




The zero-based index of the first element to return or being returned.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property StartIndex As Long
Visual Basic (Usage)Copy Code
Dim instance As ResultPortionInfo
Dim value As Long
 
instance.StartIndex = value
 
value = instance.StartIndex
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public long StartIndex {get; set;}

See Also

© 2010 All Rights Reserved.