'Declaration <DescriptionAttribute("The relative order of the field name in the user interface.")> <DefaultValueAttribute(0)> Public Property Order As System.Int32
[Description("The relative order of the field name in the user interface.")] [DefaultValue(0)] public System.Int32 Order { get; set; }
[Description("The relative order of the field name in the user interface.")] [DefaultValue(0)] public: __property System.Int32 get_Order(); public: __property void set_Order(
System.Int32 value
);
[Description("The relative order of the field name in the user interface.")] [DefaultValue(0)] public:
property System.Int32 Order { System.Int32 get(); void set(System.Int32 value); }