ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance.TagHelpers Namespace / ATRTagHelper Class / UpdateProperty Method
The property name.
The value of the property.

In This Topic
    UpdateProperty Method (ATRTagHelper)
    In This Topic
    Updates the property in TObject. It is used to update the child property manually instead of the default one.
    Syntax
    'Declaration
     
    Protected Overridable Function UpdateProperty( _
       ByVal key As String, _
       ByVal value As Object _
    ) As Boolean
    protected virtual bool UpdateProperty( 
       string key,
       object value
    )

    Parameters

    key
    The property name.
    value
    The value of the property.

    Return Value

    A boolean value indicates whether to use the default update. True to skip the default update. Otherwise, use the default update.
    See Also