ESRI.ArcGIS.ADF.Web.UI.WebControls
AddWarning Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > DesignModeWarnings Class : AddWarning Method




warning
Textual message to appear in the warning message list at design time.
Add a warning message containing free-form text. It will appear at design time to inform the user of necessary configuration.

Syntax

Visual Basic (Declaration) 
Public Sub AddWarning( _
   ByVal warning As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As DesignModeWarnings
Dim warning As String
 
instance.AddWarning(warning)
C# 
public void AddWarning( 
   string warning
)

Parameters

warning
Textual message to appear in the warning message list at design time.

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.