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

In This Topic
    Order Property
    In This Topic
    Gets a value indicates the order of the seriailization or deserialization.
    Syntax
    'Declaration
     
    Public ReadOnly Property Order As Integer
    public int Order {get;}
    Remarks
    The property which has greater order, it will be serialized or deserialized earlier.
    See Also