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




value
The string with attribute values.
Convert from string.

Syntax

Visual Basic (Declaration) 
Public Sub LoadFromString( _
   ByVal value As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As PageToolItem
Dim value As String
 
instance.LoadFromString(value)
C# 
public void LoadFromString( 
   string value
)

Parameters

value
The string with attribute values.

See Also

© 2010 All Rights Reserved.