V
ESRI.ArcGIS.ADF.Web.UI.WebControls
Generic GetPropertyValue Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > DockExtender Class : Generic GetPropertyValue 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 DockExtender
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

See Also

© 2010 All Rights Reserved.