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();
}
See Also