ESRI.ArcGIS.ADF.Web.UI.WebControls
SerializeProperty(PropertyDescriptor,Boolean) Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > HoverExpandExtender Class > SerializeProperty Method : SerializeProperty(PropertyDescriptor,Boolean) Method




prop
force

Syntax

Visual Basic (Declaration) 
<ObsoleteAttribute("Replaced by a call to ScriptObjectBuilder")>
Protected Overloads Overridable Function SerializeProperty( _
   ByVal prop As PropertyDescriptor, _
   ByVal force As Boolean _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As HoverExpandExtender
Dim prop As PropertyDescriptor
Dim force As Boolean
Dim value As Object
 
value = instance.SerializeProperty(prop, force)
C# 
[ObsoleteAttribute("Replaced by a call to ScriptObjectBuilder")]
protected virtual object SerializeProperty( 
   PropertyDescriptor prop,
   bool force
)

Parameters

prop
force

See Also

© 2010 All Rights Reserved.