V
ESRI.ArcGIS.ADF.Web.UI.WebControls
GetPropertyValue<V> Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > HoverExpandExtender Class : GetPropertyValue<V> Method




propertyName
nullValue

Syntax

Visual Basic (Declaration) 
Protected Function GetPropertyValue(Of V)( _
   ByVal propertyName As String, _
   ByVal nullValue As V _
) As V
Visual Basic (Usage)Copy Code
Dim instance As HoverExpandExtender
Dim propertyName As String
Dim nullValue As V
Dim value As V
 
value = instance.GetPropertyValue(Of V)(propertyName, nullValue)
C# 
protected V GetPropertyValue<V>( 
   string propertyName,
   V nullValue
)

Parameters

propertyName
nullValue

Type Parameters

V

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.