ComponentOne BarChart for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / C1TargetControlBase Class / SetPropertyValue<V> Method
Name of the property.
The value.

In This Topic
    SetPropertyValue<V> Method
    In This Topic
    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