ESRI.ArcGIS.ADF.Web.UI.WebControls
SaveToHashtable Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > PageToolItem Class : SaveToHashtable Method




Save the attributes of the current instance into a Hashtable.

Syntax

Visual Basic (Declaration) 
Public Function SaveToHashtable() As Hashtable
Visual Basic (Usage)Copy Code
Dim instance As PageToolItem
Dim value As Hashtable
 
value = instance.SaveToHashtable()
C# 
public Hashtable SaveToHashtable()

Return Value

The Hashtable representation of the instance.

See Also

© 2010 All Rights Reserved.