ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
MaintainsState Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > MapFunctionality Class : MaintainsState Property




Whether the map functionality maintains its state separately from the map resource.

Syntax

Visual Basic (Declaration) 
Public Property MaintainsState As Boolean
Visual Basic (Usage)Copy Code
Dim instance As MapFunctionality
Dim value As Boolean
 
instance.MaintainsState = value
 
value = instance.MaintainsState
C# 
public bool MaintainsState {get; set;}

Remarks

For a discussion of this property, see the topic "State Management and the MaintainsState Property", under the topic MapFunctionality in the Developer Help.

See Also

© 2010 All Rights Reserved.