'Declaration <DescriptionAttribute("The name of the form field.")> Public Property Name As System.String
[Description("The name of the form field.")] public System.String Name { get; set; }
[Description("The name of the form field.")] public: __property System.String get_Name(); public: __property void set_Name(
System.String value
);
[Description("The name of the form field.")] public:
property System.String Name { System.String get(); void set(System.String value); }