ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / JsonSetting Class / IsPropertyNameCamel Property

In This Topic
    IsPropertyNameCamel Property
    In This Topic
    Gets or sets a boolean value indicates whether the property name should be serialzied with camel case.
    Syntax
    'Declaration
     
    Public Property IsPropertyNameCamel As Boolean
    public bool IsPropertyNameCamel {get; set;}
    See Also