ESRI.ArcGIS.ADF.Web.UI.WebControls
AddMissingPropertyWarning Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > DesignModeWarnings Class : AddMissingPropertyWarning Method




propertyName
Name of the property to appear in the warning message list at design time.
Add a warning message indicating that the value for a particular property is missing or otherwise unassigned.

Syntax

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

Parameters

propertyName
Name of the property to appear in the warning message list at design time.

See Also

© 2010 All Rights Reserved.