ESRI.ArcGIS.ADF.Web.UI.WebControls
FailedToInitialize Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > GISResourceItem Class : FailedToInitialize Property




Indicates whether the resource failed to initialize.

Syntax

Visual Basic (Declaration) 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public Property FailedToInitialize As Boolean
Visual Basic (Usage)Copy Code
Dim instance As GISResourceItem
Dim value As Boolean
 
instance.FailedToInitialize = value
 
value = instance.FailedToInitialize
C# 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public bool FailedToInitialize {get; set;}

Remarks

If the resource failed to initialize, the likely reason is that the resource was not available from the server, either because the connection to the server was not working, or the server was down, or the service was not responding.

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.