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




prop

Syntax

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

Parameters

prop

See Also

© 2010 All Rights Reserved.