ESRI.ArcGIS.Mobile
IsValid Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > MobileCache Class : IsValid Property

Indicates if the cache has been correctly defined.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute()>
Public ReadOnly Property IsValid As Boolean
C# 
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute()]
public bool IsValid {get;}

Remarks

Returns True if the storage path is valid (not a null value or an empty string)

Note: if the Mobilecache is already open, the IsValid property will always return true.

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