ESRI.ArcGIS.ADF.Web.DataSources
ShowDialog Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IDataSourceDefiner Interface : ShowDialog Property




Whether the definer dialog has to be shown. For some data sources, no definer parameters are required. For these cases, ShowDialog can be set to False. GetDataSourceInfo can be called without showing the dialog to get information about the data source and the resources it contains.

Syntax

Visual Basic (Declaration) 
ReadOnly Property ShowDialog As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IDataSourceDefiner
Dim value As Boolean
 
value = instance.ShowDialog
C# 
bool ShowDialog {get;}

Remarks

Set to False for data sources that only contain one data source instance.

See Also

© 2010 All Rights Reserved.