ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance.TagHelpers Namespace / WilliamsRTagHelper Class / TObject Property

In This Topic
    TObject Property (WilliamsRTagHelper)
    In This Topic
    Overrides to redefine getter and setter.
    Syntax
    'Declaration
     
    Protected Overridable Property TObject As WilliamsR(Of Object)
    protected virtual WilliamsR<object> TObject {get; set;}
    See Also