ESRI.ArcGIS.ADF.Web.UI.WebControls
DataSourceName Property
See Also  Send Feedback
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.