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