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