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






In This Topic
    Order Property (JsonAttribute)
    In This Topic
    Gets a value indicates the order of the seriailization or deserialization.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Order As System.Integer
    'Usage
     
    
    Dim instance As JsonAttribute
    Dim value As System.Integer
     
    value = instance.Order
    public System.int Order {get;}
    public read-only property Order: System.Integer; 
    public function get Order : System.int
    public: __property System.int get_Order();
    public:
    property System.int Order {
       System.int get();
    }
    Remarks
    The property which has greater order, it will be serialized or deserialized earlier.
    See Also