ESRI.ArcGIS.ADF.Web.UI.WebControls
AddWarning Method
See Also 
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.

See Also

© 2010 All Rights Reserved.