ESRI.ArcGIS.ADF.Web.UI.WebControls
DataSourceName Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > GISResourceItem Class : DataSourceName Property




Connection information for the data source used in the resource.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public ReadOnly Property DataSourceName As String
Visual Basic (Usage)Copy Code
Dim instance As GISResourceItem
Dim value As String
 
value = instance.DataSourceName
C# 
[BrowsableAttribute(false)]
public string DataSourceName {get;}

Remarks

This property contains the information about the connection to the server. For example, for a resource with an ArcGIS Server Local connection, this property will contain the server name, and for an ArcGIS Server Internet connection, it will contain the URL to the Web services connection on the server, and if there's an identity associated with the datesource, also contain the encrypted version of the username. The value is obtained from the Definition in the resource item.

See Also

© 2010 All Rights Reserved.