V
ESRI.ArcGIS.ADF.Web.UI.WebControls
Generic SetPropertyValue Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > DockExtender Class : Generic SetPropertyValue Method




propertyName
value

Syntax

Visual Basic (Declaration) 
Protected Sub SetPropertyValue(Of V)( _
   ByVal propertyName As String, _
   ByVal value As V _
) 
Visual Basic (Usage)Copy Code
Dim instance As DockExtender
Dim propertyName As String
Dim value As V
 
instance.SetPropertyValue(Of V)(propertyName, value)
C# 
protected void SetPropertyValue<V>( 
   string propertyName,
   V value
)

Parameters

propertyName
value

Type Parameters

V

See Also

© 2010 All Rights Reserved.