ESRI.ArcGIS.ADF.Web.UI.WebControls
GetPropertyStringValue Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > DockExtender Class : GetPropertyStringValue Method




propertyName

Syntax

Visual Basic (Declaration) 
<ObsoleteAttribute("Use GetPropertyValue<V> instead")>
Protected Function GetPropertyStringValue( _
   ByVal propertyName As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As DockExtender
Dim propertyName As String
Dim value As String
 
value = instance.GetPropertyStringValue(propertyName)
C# 
[ObsoleteAttribute("Use GetPropertyValue<V> instead")]
protected string GetPropertyStringValue( 
   string propertyName
)

Parameters

propertyName

See Also

© 2010 All Rights Reserved.