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




Indicates whether the resource failed to initialize.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute()>
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# 
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute()]
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.

See Also

© 2010 All Rights Reserved.