'Declaration <DefaultValueAttribute(0)> <CategoryAttribute("Common")> <DescriptionAttribute("The maximum length of the field text, in characters.")> Public Property MaxLength As System.Int32
[DefaultValue(0)] [Category("Common")] [Description("The maximum length of the field text, in characters.")] public System.Int32 MaxLength { get; set; }
[DefaultValue(0)] [Category("Common")] [Description("The maximum length of the field text, in characters.")] public: __property System.Int32 get_MaxLength(); public: __property void set_MaxLength(
System.Int32 value
);
[DefaultValue(0)] [Category("Common")] [Description("The maximum length of the field text, in characters.")] public:
property System.Int32 MaxLength { System.Int32 get(); void set(System.Int32 value); }