ESRI.ArcGIS.ADF.Connection.Core
ActiveConnectionItemIndex Property
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF.Connection Namespace > Connection Class : ActiveConnectionItemIndex Property




For ConnectionMode.RoundRobin, the currently active index of the Connection item. -1 is the default connection. 0-n is the server item entry index of the associated Items

Syntax

Visual Basic (Declaration) 
Public Property ActiveConnectionItemIndex As Integer
Visual Basic (Usage)Copy Code
Dim instance As Connection
Dim value As Integer
 
instance.ActiveConnectionItemIndex = value
 
value = instance.ActiveConnectionItemIndex
C# 
public int ActiveConnectionItemIndex {get; set;}

See Also

© 2010 All Rights Reserved.