ProgressBar for ASP.NET Web Forms
SetPropertyValue<V> Method (C1TargetControlBase)

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls Namespace > C1TargetControlBase Class : SetPropertyValue<V> Method
Name of the property.
The value.
Sets the property value by property name.
Syntax
'Declaration
 
Public Sub SetPropertyValue(Of V)( _
   ByVal propertyName As System.String, _
   ByVal value As V _
) 
public void SetPropertyValue<V>( 
   System.string propertyName,
   V value
)

Parameters

propertyName
Name of the property.
value
The value.

Type Parameters

V
See Also

Reference

C1TargetControlBase Class
C1TargetControlBase Members