ESRI.ArcGIS.ADF.Web.UI.WebControls
DataSourceType Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > DataSourceDefinerWeb Class : DataSourceType Property




The name of the type of data source supported for discovery.

Syntax

Visual Basic (Declaration) 
<ResDefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Overridable Property DataSourceType As String
Visual Basic (Usage)Copy Code
Dim instance As DataSourceDefinerWeb
Dim value As String
 
instance.DataSourceType = value
 
value = instance.DataSourceType
C# 
[ResDefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public virtual string DataSourceType {get; set;}

See Also

© 2010 All Rights Reserved.