ESRI.ArcGIS.ADF.Web.DataSources
ShowDialog Property
See Also  Send Feedback
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.

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.