ComponentOne Tabs for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.Base Namespace / C1TargetHierarchicalDataBoundControlBase Class / GetPropertyValue<V> Method
Name of the property.
The null value.

In This Topic
    GetPropertyValue<V> Method (C1TargetHierarchicalDataBoundControlBase)
    In This Topic
    Gets the property value by property name.
    Syntax
    'Declaration
     
    Public Function GetPropertyValue(Of V)( _
       ByVal propertyName As System.String, _
       ByVal nullValue As V _
    ) As V
    public V GetPropertyValue<V>( 
       System.string propertyName,
       V nullValue
    )

    Parameters

    propertyName
    Name of the property.
    nullValue
    The null value.

    Type Parameters

    V
    See Also